X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=dd535b9858b4b23cb993b9c05ffd636349b1a58b;hb=2916061723b7db16539237b22abf487066cfbf36;hp=d4916ca8428ca7849173749af2ea9c1fa5a7cbda;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index d4916ca8..dd535b98 100644 --- a/reporting/rep105.php +++ b/reporting/rep105.php @@ -51,7 +51,7 @@ function GetSalesOrders($from, $to, $category=0, $location=null, $backorder=0) INNER JOIN ".TB_PREF."sales_order_details ON (".TB_PREF."sales_orders.order_no = ".TB_PREF."sales_order_details.order_no AND ".TB_PREF."sales_orders.trans_type = ".TB_PREF."sales_order_details.trans_type - AND ".TB_PREF."sales_orders.trans_type = 30) + AND ".TB_PREF."sales_orders.trans_type = ".ST_SALESORDER.") INNER JOIN ".TB_PREF."stock_master ON ".TB_PREF."sales_order_details.stk_code = ".TB_PREF."stock_master.stock_id WHERE ".TB_PREF."sales_orders.ord_date >='$fromdate'