From a8217dc7e933bcee422c5f5f8a7c22caf53f2624 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 7 Jun 2016 11:27:54 +0530 Subject: [PATCH] [fixes] build json fixes --- erpnext/public/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/public/build.json b/erpnext/public/build.json index 6e746d7c02..d912b68a2b 100644 --- a/erpnext/public/build.json +++ b/erpnext/public/build.json @@ -26,12 +26,12 @@ "public/js/payment/pos_payment.html", "public/js/payment/payment_details.html", "public/js/templates/item_selector.html", - "public/js/utils/item_selector.js" + "public/js/utils/item_selector.js", + "public/js/module_flow.js" ], "js/item-dashboard.min.js": [ "stock/dashboard/item_dashboard.html", "stock/dashboard/item_dashboard_list.html", "stock/dashboard/item_dashboard.js" - "public/js/module_flow.js" ] }