mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
Update test_quotation.js
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user