X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpayment_history.html;h=04e427f9d363ff480417933ee01115c6f260f8fc;hb=8142815f404a02df9ba3f92ad8e703a7355c5bcd;hp=a8f2f861afd56ec21c93cc870ee621b1679421d7;hpb=2073798304acbd9402f73e0dee7507a7a4d22ceb;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index a8f2f861a..04e427f9d 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -58,6 +58,11 @@ <% mt('Post manual (offline/POS) credit card payment') |h %> % } +% if ( $payby{'MCRD'} && $curuser->access_right('Post payment') ) { + <% $s++ ? ' | ' : '' %> + <% mt('Post manual (offline) electronic check payment') |h %> +% } + <% $s ? '
' : '' %> %# credit links @@ -136,6 +141,11 @@ <% mt('Post manual (offline/POS) credit card refund') |h %> % } +% if ( $payby{'MCHK'} && $curuser->access_right('Post refund') ) { + <% $s++ ? ' | ' : '' %> + <% mt('Post manual (offline) electronic check refund') |h %> +% } + @@ -415,7 +425,7 @@ my %opt = ( 'Apply payment', 'Refund credit card payment', 'Refund Echeck payment', 'Credit card void', 'Echeck void', 'Void payments', 'Unvoid payments', 'Delete payment', 'Unapply payment', - 'Apply credit', 'Delete credit', 'Unapply credit', + 'Apply credit', 'Delete credit', 'Unapply credit', 'Void credit', 'Unvoid credit', 'Delete refund', 'Billing event reports', 'View customer billing events', )