Update test_quotation.js

This commit is contained in:
Nabin Hait 2017-09-14 11:55:31 +05:30 committed by GitHub
parent c7c141a5a0
commit f6b132f78e

View File

@ -39,7 +39,7 @@ QUnit.test("test: quotation", function (assert) {
assert.ok(cur_frm.doc.contact_display == "Contact 1", "Contact info changed");
// Check Currency
assert.ok(cur_frm.doc_currency == "USD", "Currency Changed");
assert.ok(cur_frm.doc.currency == "USD", "Currency Changed");
assert.ok(cur_frm.doc.selling_price_list == "Test-Selling-USD", "Price List Changed");
assert.ok(cur_frm.doc.items[0].rate == 200, "Price Changed Manually");
assert.equal(cur_frm.doc.total, 1000, "New Total Calculated");