diff options
author | jeff <jeff> | 2008-06-04 18:05:21 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-04 18:05:21 +0000 |
commit | 23e8af51c7be269079ba351931974ec0cb776e42 (patch) | |
tree | 46876f9d19d2b9ca0e9426408390b1d0b3c61870 /FS | |
parent | 988ec48fea05902eb7ea22e43a44e86a36eee06a (diff) |
voxline invoice formatting
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index aed1f3630..1426f554a 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1844,6 +1844,7 @@ sub print_generic { 'page' => 1, 'total_pages' => 1, 'ship_enable' => $conf->exists('invoice-ship_address'), + 'unitprices' => $conf->exists('invoice-unitprice'), ); my $prefix = $cust_main->has_ship_address ? 'ship_' : ''; |