mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
committed by
mergify-bot
parent
650274e973
commit
cf3e09588f
@@ -439,6 +439,7 @@ class TestPOSInvoice(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
si.get("items")[0].serial_no = serial_nos[0]
|
si.get("items")[0].serial_no = serial_nos[0]
|
||||||
|
si.update_stock = 1
|
||||||
si.insert()
|
si.insert()
|
||||||
si.submit()
|
si.submit()
|
||||||
|
|
||||||
|
|||||||
@@ -442,7 +442,7 @@ class TestPOSInvoiceMergeLog(unittest.TestCase):
|
|||||||
pos_inv2.append('payments', {
|
pos_inv2.append('payments', {
|
||||||
'mode_of_payment': 'Cash', 'account': 'Cash - _TC', 'amount': 100
|
'mode_of_payment': 'Cash', 'account': 'Cash - _TC', 'amount': 100
|
||||||
})
|
})
|
||||||
pos_inv.submit()
|
pos_inv2.submit()
|
||||||
|
|
||||||
consolidate_pos_invoices()
|
consolidate_pos_invoices()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user