mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
refactor(test): return invoice will have -ve outstanding
This commit is contained in:
@@ -1500,8 +1500,8 @@ class TestSalesInvoice(unittest.TestCase):
|
||||
self.assertEqual(party_credited, 1000)
|
||||
|
||||
# Check outstanding amount
|
||||
self.assertFalse(si1.outstanding_amount)
|
||||
self.assertEqual(frappe.db.get_value("Sales Invoice", si.name, "outstanding_amount"), 1500)
|
||||
self.assertEqual(frappe.db.get_value("Sales Invoice", si1.name, "outstanding_amount"), -1000)
|
||||
self.assertEqual(frappe.db.get_value("Sales Invoice", si.name, "outstanding_amount"), 2500)
|
||||
|
||||
def test_gle_made_when_asset_is_returned(self):
|
||||
create_asset_data()
|
||||
|
||||
Reference in New Issue
Block a user