commit | c429a6e688e060109ea5b49a3ef90273cdeac49d | [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 | 44122659c62f960dfcfabc61b63e765ee987f22d | |
parent | 2315a79b5f02fa7d7a7e69809f656d60277b939a [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)},