commit | 7837fbe231e2c442f21f0c6bcaac26a4800c4f34 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> | Wed Jul 10 19:39:40 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed Jul 10 19:39:40 2019 +0530 |
tree | 7b4341ba84ad76e19cf7b34f2b011e40ce29b0c4 | |
parent | a7a6987c4213079428e68f9aedd9e9117ddcb768 [diff] |
style: Add missing semicolon
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index dfee2b5..095e744 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js
@@ -61,4 +61,4 @@ 'Utilities': 'Settings', 'Shopping Cart': 'Website', 'Contacts': 'CRM' -}) +});