commit | bb5387fa5d0b1382783e08977058431059520fd3 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Jul 07 10:49:56 2023 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Jul 07 10:49:56 2023 +0530 |
tree | f5fc2a3dd726f82980db0422fc5595448438803b | |
parent | d5bdd9387a56ff40f728a2f77b7a4b9bfa273205 [diff] [blame] |
fix: Add demo setup check in setup wizard
diff --git a/erpnext/public/build.json b/erpnext/public/build.json index 3d38aca..04ecff1 100644 --- a/erpnext/public/build.json +++ b/erpnext/public/build.json
@@ -20,6 +20,7 @@ "public/js/queries.js", "public/js/sms_manager.js", "public/js/utils/party.js", + "public/js/utils/demo.js", "public/js/controllers/stock_controller.js", "public/js/payment/payments.js", "public/js/controllers/taxes_and_totals.js",