mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Update test_payment_against_invoice.js
This commit is contained in:
@@ -37,7 +37,7 @@ QUnit.test("test payment entry", function(assert) {
|
|||||||
},
|
},
|
||||||
() => cur_frm.set_value('paid_amount', 100),
|
() => cur_frm.set_value('paid_amount', 100),
|
||||||
() => {
|
() => {
|
||||||
cur_frm.doc.references[0].allocated_amount = 101
|
cur_frm.doc.references[0].allocated_amount = 101;
|
||||||
},
|
},
|
||||||
() => frappe.click_button('Write Off Difference Amount'),
|
() => frappe.click_button('Write Off Difference Amount'),
|
||||||
() => {
|
() => {
|
||||||
@@ -48,4 +48,4 @@ QUnit.test("test payment entry", function(assert) {
|
|||||||
},
|
},
|
||||||
() => done()
|
() => done()
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user