Skip to content

Commit

Permalink
Report Sales Listing fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-hunt committed Aug 17, 2019
1 parent 3547961 commit bb2691a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reporting/rep106.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function GetSalesmanTrans($from, $to)
".TB_PREF."salesman salesman
WHERE sorder.order_no=trans.order_
AND sorder.branch_code=branch.branch_code
AND sorder.trans_type = ".ST_SALESORDER."
AND branch.salesman=salesman.salesman_code
AND trans.debtor_no=cust.debtor_no
AND (trans.type=".ST_SALESINVOICE." OR trans.type=".ST_CUSTCREDIT.")
Expand Down

0 comments on commit bb2691a

Please sign in to comment.