commit | 3966c4cc5b8402b78b4ad1df150a5388af59f54f | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Sep 16 19:28:06 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Sep 16 19:28:06 2013 +0530 |
tree | 4dca30f5b616faf4d17726047c651e9aadd6dd6a | |
parent | 43e2bc84a8d79e88f332e47b95fe1cef27a223ab [diff] [blame] |
[fix] [minor] [website]
diff --git a/portal/templates/sales_transactions.html b/portal/templates/sales_transactions.html index 5f33797..f4fd5d1 100644 --- a/portal/templates/sales_transactions.html +++ b/portal/templates/sales_transactions.html
@@ -2,9 +2,11 @@ {% block javascript -%} <script> +$(document).ready(function() { global_number_format = "{{ global_number_format }}"; currency = "{{ currency }}"; wn.currency_symbols = {{ currency_symbols }}; +}); </script> {{ super() }}