mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +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.update_stock = 1
|
||||
si.insert()
|
||||
si.submit()
|
||||
|
||||
|
||||
@@ -442,7 +442,7 @@ class TestPOSInvoiceMergeLog(unittest.TestCase):
|
||||
pos_inv2.append('payments', {
|
||||
'mode_of_payment': 'Cash', 'account': 'Cash - _TC', 'amount': 100
|
||||
})
|
||||
pos_inv.submit()
|
||||
pos_inv2.submit()
|
||||
|
||||
consolidate_pos_invoices()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user