[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() }}