mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[report] accounts receivable migrated into new style
This commit is contained in:
@@ -13,4 +13,4 @@ WHERE
|
||||
AND `tabGL Entry`.`is_cancelled` = 'No'
|
||||
AND `tabAccount`.`master_type` = 'Customer'
|
||||
AND `tabAccount`.`name` = `tabGL Entry`.`account`
|
||||
ORDER BY `tabGL Entry`.`posting_date`
|
||||
ORDER BY `tabGL Entry`.`posting_date`, `tabGL Entry`.`account`
|
||||
|
||||
Reference in New Issue
Block a user