X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpayment_history.html;h=0aacb0a8df5b78f152cc329e8cb7ffd993854851;hb=8d953e7c2f94dc007d94da74650d27c5a74cc792;hp=a8f2f861afd56ec21c93cc870ee621b1679421d7;hpb=3ece1c396f23e04cd659f1085f6eeee8bdfd846f;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index a8f2f861a..0aacb0a8d 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 %> +% } +