mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix: Update GL Entry ordering
This commit is contained in:
@@ -1005,8 +1005,8 @@ class TestPurchaseInvoice(unittest.TestCase):
|
|||||||
# Check GLE for Purchase Invoice
|
# Check GLE for Purchase Invoice
|
||||||
# Zero net effect on final TDS Payable on invoice
|
# Zero net effect on final TDS Payable on invoice
|
||||||
expected_gle = [
|
expected_gle = [
|
||||||
|
['_Test Account Cost for Goods Sold - _TC', 30000, 0],
|
||||||
['_Test Account Excise Duty - _TC', 0, 3000],
|
['_Test Account Excise Duty - _TC', 0, 3000],
|
||||||
['Cost of Goods Sold - _TC', 30000, 0],
|
|
||||||
['Creditors - _TC', 0, 27000],
|
['Creditors - _TC', 0, 27000],
|
||||||
['TDS Payable - _TC', 3000, 3000],
|
['TDS Payable - _TC', 3000, 3000],
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user