summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-04 18:05:21 +0000
committerjeff <jeff>2008-06-04 18:05:21 +0000
commit23e8af51c7be269079ba351931974ec0cb776e42 (patch)
tree46876f9d19d2b9ca0e9426408390b1d0b3c61870 /FS
parent988ec48fea05902eb7ea22e43a44e86a36eee06a (diff)
voxline invoice formatting
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index aed1f36..1426f55 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_' : '';