mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
fix: Updated test_united_states
This commit is contained in:
@@ -26,7 +26,7 @@ def execute(filters=None):
|
||||
s.supplier_group as "supplier_group",
|
||||
gl.party AS "supplier",
|
||||
s.tax_id as "tax_id",
|
||||
SUM(gl.debit) AS "payments"
|
||||
SUM(gl.debit_in_account_currency) AS "payments"
|
||||
FROM
|
||||
`tabGL Entry` gl INNER JOIN `tabSupplier` s
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user