summaryrefslogtreecommitdiff
path: root/httemplate/edit/quick-charge.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-06 09:27:01 -0800
committerIvan Kohler <ivan@freeside.biz>2017-03-06 09:27:01 -0800
commit9e878943532b9ecb84bac1db76c05cf9bc09d2cc (patch)
treec45e4d3c7949b9a8896be7dac0783d5517d9aa81 /httemplate/edit/quick-charge.html
parentee5061a32e7b9054a982f3ed5260a5946e6b65a6 (diff)
parentc56b3fce5486b08d986743d1c2a9cc2e6aafa5bc (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-rw-r--r--httemplate/edit/quick-charge.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index af6fd417d..2d38203fa 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -449,10 +449,19 @@ function bill_now_changed (what) {
</SCRIPT>
+%my %footer_args = (
+% formvalidation => {
+% QuickChargeForm => {
+% validate_fields => {
+% quantity => 'digits: true, min: 1, required: true',
+% },
+% },
+% },
+%);
% if ( $quotationnum ) {
- <& /elements/footer.html &>
+ <& /elements/footer.html, %footer_args &>
% } else {
- <& /elements/footer-cust_main.html &>
+ <& /elements/footer-cust_main.html, %footer_args &>
% }
<%init>