mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
Fixed codacy issues
This commit is contained in:
committed by
Nabin Hait
parent
bea7d9f919
commit
13218f7d76
@@ -44,7 +44,7 @@ QUnit.test("Test: Request for Quotation", function (assert) {
|
||||
cur_frm.cur_grid.toggle_view();
|
||||
},
|
||||
() => frappe.timeout(1),
|
||||
//Add Item
|
||||
// Add Item
|
||||
() => {
|
||||
cur_frm.fields_dict.items.grid.grid_rows[0].toggle_view();
|
||||
},
|
||||
@@ -126,7 +126,6 @@ QUnit.test("Test: Request for Quotation", function (assert) {
|
||||
() => {
|
||||
assert.ok(cur_frm.fields_dict.suppliers.grid.grid_rows[1].doc.quote_status == "Received");
|
||||
assert.ok(cur_frm.fields_dict.suppliers.grid.grid_rows[0].doc.no_quote == 1);
|
||||
console.log(cur_frm.fields_dict.suppliers.grid.grid_rows[1].doc);
|
||||
},
|
||||
() => done()
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user