diff options
author | David Houghton <houghton@freeside.biz> | 2014-09-10 10:16:54 -0400 |
---|---|---|
committer | David Houghton <houghton@freeside.biz> | 2014-09-10 16:04:18 -0400 |
commit | 8cfd5506cdf700e18f76f0bdff5fe5685144056e (patch) | |
tree | c3d0abd162981ceea178531818278048c0bb518d | |
parent | df8debf67bd9d24505854ebf2b93ebf095c3e8ea (diff) |
ticket: 28287; rolling back mystery deletion
I'm not sure how these two lines got ditched, but they're back.
-rw-r--r-- | FS/FS/part_pkg/discount_Mixin.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/discount_Mixin.pm b/FS/FS/part_pkg/discount_Mixin.pm index 56c86d520..3bff35a92 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 |