commit | 65c7a6947a974c21645e0200148997e0097ff77a | [log] [tgz] |
---|---|---|
author | Sunny <schilgod@gmail.com> | Mon Sep 25 10:54:45 2017 +0800 |
committer | Sunny <schilgod@gmail.com> | Thu Sep 28 15:22:49 2017 +0800 |
tree | 390efa1cee03497e56a64bae1f90867489e42200 | |
parent | f7a8277d122cd75773ccc407e76b015403cbc603 [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)},