X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep401.php;h=eac5001e6037cf5ee2565a6b7d9d4b4cc8fd1e20;hb=9451db1760036985de791ba24c442801e37f37de;hp=a65f35e9190640eeafddfd390ceb9027cfe7eaa5;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep401.php b/reporting/rep401.php index a65f35e9..eac5001e 100644 --- a/reporting/rep401.php +++ b/reporting/rep401.php @@ -77,7 +77,7 @@ function print_bill_of_material() $rep = new FrontReport(_('Bill of Material Listing'), "BillOfMaterial", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); @@ -117,4 +117,3 @@ function print_bill_of_material() $rep->End(); } -?> \ No newline at end of file