diff options
author | Mark Wells <mark@freeside.biz> | 2012-07-17 15:09:56 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-07-17 15:09:56 -0700 |
commit | fda38400b0abd738e2e84b5fcfc036db872199ad (patch) | |
tree | fdd3b4b8d9fcae8eb43729ad29b62621b54c1a7f | |
parent | 493be9f0635db1e24783e5c3945b8bef39624674 (diff) |
remove cruft
-rw-r--r-- | FS/FS/Template_Mixin.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index a608691b2..61cfccba8 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -2136,7 +2136,6 @@ sub _items_cust_bill_pkg { my $summary_page = $opt{summary_page} || ''; #unused my $multilocation = $opt{multilocation} || ''; my $multisection = $opt{multisection} || ''; - my $enable_previous = $self->enable_previous; my $discount_show_always = 0; my $maxlength = $conf->config('cust_bill-latex_lineitem_maxlength') || 50; |