Update test_quotation.js
This commit is contained in:
parent
c7c141a5a0
commit
f6b132f78e
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user