voxline invoice formatting
authorjeff <jeff>
Wed, 4 Jun 2008 18:05:21 +0000 (18:05 +0000)
committerjeff <jeff>
Wed, 4 Jun 2008 18:05:21 +0000 (18:05 +0000)
FS/FS/cust_bill.pm

index aed1f36..1426f55 100644 (file)
@@ -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_' : '';