From 23e8af51c7be269079ba351931974ec0cb776e42 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 4 Jun 2008 18:05:21 +0000 Subject: [PATCH] voxline invoice formatting --- FS/FS/cust_bill.pm | 1 + 1 file changed, 1 insertion(+) 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_' : ''; -- 2.11.0