X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fquick-charge.html;h=2d38203fa63b310a7ec00f8035d170a7137125c6;hb=9e878943532b9ecb84bac1db76c05cf9bc09d2cc;hp=51cd854ca436a3c919d9c891de31b211810da6e4;hpb=24a7dd6d18a1413ec34b906274365e4b2fef28e8;p=freeside.git diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 51cd854ca..2d38203fa 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -1,12 +1,15 @@ -% if ( $quotationnum ) { -<& /elements/header.html, mt('One-time charge') &> +% if ( $quotationnum && ! $cust_main ) { +<& /elements/header.html, mt('Quotation #[_1]: add one-time charge', $quotationnum) &> % } else { <& /elements/header-cust_main.html, - view => 'packages', + view => $quotationnum ? 'quotations' : 'packages', cust_main => $cust_main, etc => $cgi->param('error') ? '' : 'onload="addRow()"', &> -

One-time charge

+

<% $quotationnum + ? emt('Quotation #[_1]: add one-time charge', $quotationnum) + : mt('One-time charge') + %>

% } <& /elements/init_calendar.html &> @@ -446,8 +449,20 @@ function bill_now_changed (what) { - - +%my %footer_args = ( +% formvalidation => { +% QuickChargeForm => { +% validate_fields => { +% quantity => 'digits: true, min: 1, required: true', +% }, +% }, +% }, +%); +% if ( $quotationnum ) { + <& /elements/footer.html, %footer_args &> +% } else { + <& /elements/footer-cust_main.html, %footer_args &> +% } <%init> my $curuser = $FS::CurrentUser::CurrentUser;