From 914fd197fc1cb53e31456e260d93ccd926d2619b Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 6 Sep 2017 12:42:58 +0530 Subject: [PATCH] Update test_payment_against_invoice.js --- .../payment_entry/tests/test_payment_against_invoice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js b/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js index ac203715a7..7dea76db80 100644 --- a/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js +++ b/erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js @@ -37,7 +37,7 @@ QUnit.test("test payment entry", function(assert) { }, () => 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'), () => { @@ -48,4 +48,4 @@ QUnit.test("test payment entry", function(assert) { }, () => done() ]); -}); \ No newline at end of file +});