[fixes] build json fixes
diff --git a/erpnext/public/build.json b/erpnext/public/build.json
index 6e746d7..d912b68 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"
 	]
 }