[freeside-commits] branch master updated. 7b714ce82744920c03ac8275f59a98b085e644d7
David F. Houghton
houghton at 420.am
Wed Sep 10 07:18:30 PDT 2014
The branch, master has been updated
via 7b714ce82744920c03ac8275f59a98b085e644d7 (commit)
from 9f17681a11d2e20f5baa7acf19873daf33058aa9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b714ce82744920c03ac8275f59a98b085e644d7
Author: David Houghton <houghton at freeside.biz>
Date: Wed Sep 10 10:16:54 2014 -0400
ticket: 28287; rolling back mystery deletion
I'm not sure how these two lines got ditched, but they're back.
diff --git a/FS/FS/part_pkg/discount_Mixin.pm b/FS/FS/part_pkg/discount_Mixin.pm
index 56c86d5..3bff35a 100644
--- a/FS/FS/part_pkg/discount_Mixin.pm
+++ b/FS/FS/part_pkg/discount_Mixin.pm
@@ -7,6 +7,8 @@ use List::Util qw( min );
use FS::cust_pkg;
use FS::cust_bill_pkg_discount;
+%info = ( 'disabled' => 1 );
+
=head1 NAME
FS::part_pkg::discount_Mixin - Mixin class for part_pkg:: classes that
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg/discount_Mixin.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list