X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep302.php;h=68ad88532dc6439bac3720fbe80e908b771696cd;hb=a53ada1fa7eac32d429456e08f5ac7fb753ebc0d;hp=5c9584b5e8b7ea9efa2d047856f3169627ab7146;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep302.php b/reporting/rep302.php index 5c9584b5..68ad8853 100644 --- a/reporting/rep302.php +++ b/reporting/rep302.php @@ -133,7 +133,7 @@ function print_inventory_planning() $rep = new FrontReport(_('Inventory Planning Report'), "InventoryPlanning", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns);