commit | 9d497a984bd282e11be0d4061a072a126485657c | [log] [tgz] |
---|---|---|
author | Sunny <schilgod@gmail.com> | Mon Sep 25 10:54:45 2017 +0800 |
committer | Sunny <schilgod@gmail.com> | Mon Oct 02 11:35:32 2017 +0800 |
tree | f2c7a890b9912522d96d36b09f73c9dbc778b2ca | |
parent | bb03ec103b736ffd12148520d884609ca1be2ca9 [diff] |
[fix] Codacy errors
diff --git a/erpnext/buying/doctype/purchase_order/tests/test_purchase_order.js b/erpnext/buying/doctype/purchase_order/tests/test_purchase_order.js index a818992..6605a65 100644 --- a/erpnext/buying/doctype/purchase_order/tests/test_purchase_order.js +++ b/erpnext/buying/doctype/purchase_order/tests/test_purchase_order.js
@@ -20,7 +20,7 @@ {"rate": 100}, {"warehouse": 'Stores - '+frappe.get_abbr(frappe.defaults.get_default("Company"))} ], - [ + [ {"item_code": 'Test Product 1'}, {"schedule_date": frappe.datetime.add_days(frappe.datetime.now_date(), 1)}, {"expected_delivery_date": frappe.datetime.add_days(frappe.datetime.now_date(), 5)},