X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmenu.html;h=1a69c60bbffc1999d0cdf480df58baf2e6a708b5;hp=63d5c9abd4b598b3883498f4b75b4be56dc52e52;hb=d856e90f730f72d173c2eedde4c81bba20c583b8;hpb=5bf0ab2d129310be344a9654c14796c7424138a8 diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 63d5c9abd..1a69c60bb 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -380,6 +380,15 @@ my @menu = ( # acl => [ 'Post payment', ], ## condition => sub { $payby{MCHK} }, #}, + { + label => 'Record manual (non-Freeside) Paypal payment', + popup => "edit/cust_pay.cgi?popup=1;payby=PPAL;custnum=$custnum", + actionlabel => 'Enter Paypal payment', + width => 763, + height => 392, + acl => [ 'Post Payment', 'Post Paypal payment', ], + condition => sub { $payby{PPAL} }, + }, ], },