commit | 9ded8a7290068e064dc96f19fb6e0cfcb23db98e | [log] [tgz] |
---|---|---|
author | Sunny <schilgod@gmail.com> | Mon Sep 25 10:54:45 2017 +0800 |
committer | Sunny <schilgod@gmail.com> | Mon Oct 02 11:37:47 2017 +0800 |
tree | 89ad849df5812c097c9356465f971603e808641a | |
parent | c2befc59d19e68dbf9f81ea28d5d125342dee193 [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 966238c..ffc6874 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)},