commit | bd121486a8d726510bbe30597f8b51aa519357b6 | [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:33 2017 +0800 |
tree | 174439333074776c4d037434d3d787cd071d386d | |
parent | 122981d465378a455f7b72e5a66bf20ddc4068c2 [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)},