X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=a16e8a5643842caf7762275d5105a96d4d2cd1b5;hp=84241d2978cc5d8bd7a010979c7791bc671d85f3;hb=1cde870268b03197da75f089669d60a7ba3c5617;hpb=747949f05c140e23221b3a2364928431f58fc2d3 diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 84241d297..a16e8a564 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -1,18 +1,4 @@ <% mt('Billing information') |h %> -%# If we can't see the unencrypted card, then bill now is an exercise in -%# frustration (without some sort of job queue magic to send it to a secure -%# machine, anyway) -%if ( $FS::CurrentUser::CurrentUser->access_right('Bill customer now') -% && ! $cust_main->is_encrypted($cust_main->payinfo) -% ) { -%# (<% mt('Bill now') |h %>) - <& /elements/bill.html, - custnum => $cust_main->custnum, - label => emt('Bill now'), - url => $p.'view/cust_main.cgi?'.$cust_main->custnum, - &> -% } - % my $yes = emt('yes'); % my $no = emt('no');