X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep302.php;h=cdeae91dc7e4be8c7e5ca383afbdfa0a77635a25;hb=fff65dd000727b3403f641cb265c7b327b4fe22d;hp=0a633335cb86ec688afeb7afcdfa89dbf1d86f9a;hpb=020667053df74a6490e60413c1e773a746c926b6;p=fa-stable.git diff --git a/reporting/rep302.php b/reporting/rep302.php index 0a633335..cdeae91d 100644 --- a/reporting/rep302.php +++ b/reporting/rep302.php @@ -40,7 +40,7 @@ function getTransactions($category, $location) FROM (".TB_PREF."stock_master, ".TB_PREF."stock_category) LEFT JOIN ".TB_PREF."stock_moves ON - (".TB_PREF."stock_master.stock_id=".TB_PREF."stock_moves.stock_id OR ".TB_PREF."stock_master.stock_id IS NULL) + (".TB_PREF."stock_master.stock_id=".TB_PREF."stock_moves.stock_id) WHERE ".TB_PREF."stock_master.category_id=".TB_PREF."stock_category.category_id AND (".TB_PREF."stock_master.mb_flag='B' OR ".TB_PREF."stock_master.mb_flag='M')"; if ($category != 0) @@ -133,7 +133,7 @@ function print_inventory_planning() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); + $rep->NewPage(); $res = getTransactions($category, $location); $catt = '';