diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php
index a43ef9041..00f4c8c78 100644
--- a/resources/views/accounts/customize_design.blade.php
+++ b/resources/views/accounts/customize_design.blade.php
@@ -3,6 +3,7 @@
@section('head')
@parent
+ @include('money_script')
diff --git a/resources/views/accounts/invoice_design.blade.php b/resources/views/accounts/invoice_design.blade.php
index a28d63f70..83012c443 100644
--- a/resources/views/accounts/invoice_design.blade.php
+++ b/resources/views/accounts/invoice_design.blade.php
@@ -3,6 +3,7 @@
@section('head')
@parent
+ @include('money_script')
@stop