fix: Updated test_united_states

This commit is contained in:
deepeshgarg007
2019-03-04 13:22:51 +05:30
parent f6d1f53aef
commit e615051ccc
2 changed files with 22 additions and 15 deletions

View File

@@ -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