Moved the regular payments from the accounting application to the site-specific JavaScript.
This commit is contained in:
		| @@ -31,7 +31,7 @@ First written: 2020/7/23 | ||||
|   {% static "accounting/css/transactions.css" as file %}{% add_css file %} | ||||
|   {% static "accounting/css/summary-helper.css" as file %}{% add_css file %} | ||||
|   {% static "accounting/js/transaction-form.js" as file %}{% add_js file %} | ||||
|   {% static "accounting/js/regular-payments.js" as file %}{% add_js file %} | ||||
|   {% static "js/regular-payments.js" as file %}{% add_js file %} | ||||
|   {% static "accounting/js/summary-helper.js" as file %}{% add_js file %} | ||||
| {% endblock %} | ||||
|  | ||||
|   | ||||
| @@ -31,7 +31,7 @@ First written: 2020/7/23 | ||||
|   {% static "accounting/css/transactions.css" as file %}{% add_css file %} | ||||
|   {% static "accounting/css/summary-helper.css" as file %}{% add_css file %} | ||||
|   {% static "accounting/js/transaction-form.js" as file %}{% add_js file %} | ||||
|   {% static "accounting/js/regular-payments.js" as file %}{% add_js file %} | ||||
|   {% static "js/regular-payments.js" as file %}{% add_js file %} | ||||
|   {% static "accounting/js/summary-helper.js" as file %}{% add_js file %} | ||||
| {% endblock %} | ||||
|  | ||||
|   | ||||
| @@ -31,7 +31,7 @@ First written: 2020/7/23 | ||||
|   {% static "accounting/css/transactions.css" as file %}{% add_css file %} | ||||
|   {% static "accounting/css/summary-helper.css" as file %}{% add_css file %} | ||||
|   {% static "accounting/js/transaction-form.js" as file %}{% add_js file %} | ||||
|   {% static "accounting/js/regular-payments.js" as file %}{% add_js file %} | ||||
|   {% static "js/regular-payments.js" as file %}{% add_js file %} | ||||
|   {% static "accounting/js/summary-helper.js" as file %}{% add_js file %} | ||||
| {% endblock %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user