X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmenu.html;h=b8740635de49803614cd2d06fb910d83bc304087;hb=a0e3c43f10daaff70886197ff40a47d92f2c345b;hp=f8ccc69a5e6484a3723c774c16cf2cc2f7cdfe31;hpb=76bf98af668225a893150347998aea8cc0856c7d;p=freeside.git diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index f8ccc69a5..b8740635d 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -386,7 +386,7 @@ my @menu = ( { label => 'Package reports', - url => "search/report_cust_pkg?custnum=$custnum", + url => "search/report_cust_pkg.html?custnum=$custnum", }, { label => 'View qualifications', @@ -418,7 +418,6 @@ my @menu = ( width => 763, height => 392, acl => [ 'Post payment', 'Post check payment' ], - condition => sub { $payby{BILL} }, }, { label => 'Enter cash payment', @@ -427,35 +426,34 @@ my @menu = ( width => 763, height => 392, acl => [ 'Post payment', 'Post cash payment' ], - condition => sub { $payby{CASH} }, - }, - { - label => 'Enter Western Union payment', - popup => "edit/cust_pay.cgi?popup=1;payby=WEST;custnum=$custnum", - actionlabel => 'Enter Western Union payment', - width => 763, - height => 392, - acl => [ 'Post payment', ], - condition => sub { $payby{WEST} }, - }, - { - label => 'Record manual (offline/POS) credit card payment', - popup => "edit/cust_pay.cgi?popup=1;payby=MCRD;custnum=$custnum", - actionlabel => 'Enter credit card payment', - width => 763, - height => 392, - acl => [ 'Post payment', ], - condition => sub { $payby{MCRD} }, - }, - { - label => 'Record manual (offline/POS) electronic check', - popup => "edit/cust_pay.cgi?popup=1;payby=MCHK;custnum=$custnum", - actionlabel => 'Enter credit card payment', - width => 763, - height => 392, - acl => [ 'Post payment', ], - condition => sub { $payby{MCHK} }, }, + #{ + # label => 'Enter Western Union payment', + # popup => "edit/cust_pay.cgi?popup=1;payby=WEST;custnum=$custnum", + # actionlabel => 'Enter Western Union payment', + # width => 763, + # height => 392, + # acl => [ 'Post payment', ], + ## condition => sub { $payby{WEST} }, + #}, + #{ + # label => 'Record manual (offline/POS) credit card payment', + # popup => "edit/cust_pay.cgi?popup=1;payby=MCRD;custnum=$custnum", + # actionlabel => 'Enter credit card payment', + # width => 763, + # height => 392, + # acl => [ 'Post payment', ], + ## condition => sub { $payby{MCRD} }, + #}, + #{ + # label => 'Record manual (offline/POS) electronic check', + # popup => "edit/cust_pay.cgi?popup=1;payby=MCHK;custnum=$custnum", + # actionlabel => 'Enter credit card payment', + # width => 763, + # height => 392, + # acl => [ 'Post payment', ], + ## condition => sub { $payby{MCHK} }, + #}, ], }, @@ -513,7 +511,6 @@ my @menu = ( actionlabel => 'Enter check refund', width => 440, acl => ['Post refund', 'Post check refund'], - condition => sub { $payby{BILL} }, }, { label => 'Enter cash refund', @@ -521,24 +518,23 @@ my @menu = ( actionlabel => 'Enter cash refund', width => 392, acl => ['Post refund', 'Post cash refund'], - condition => sub { $payby{CASH} }, - }, - { - label => 'Record manual (offline/POS) credit card refund', - popup => "edit/cust_refund.cgi?popup=1;payby=MCRD;custnum=$custnum", - actionlabel => 'Enter credit card refund', - width => 440, - acl => ['Post refund' ], - condition => sub { $payby{MCRD} }, - }, - { - label => 'Record manual (offline/POS) electronic check refund', - popup => "edit/cust_refund.cgi?popup=1;payby=MCHK;custnum=$custnum", - actionlabel => 'Enter electronic check refund', - width => 440, - acl => ['Post refund' ], - condition => sub { $payby{MCHK} }, }, + #{ + # label => 'Record manual (offline/POS) credit card refund', + # popup => "edit/cust_refund.cgi?popup=1;payby=MCRD;custnum=$custnum", + # actionlabel => 'Enter credit card refund', + # width => 440, + # acl => ['Post refund' ], + ## condition => sub { $payby{MCRD} }, + #}, + #{ + # label => 'Record manual (offline/POS) electronic check refund', + # popup => "edit/cust_refund.cgi?popup=1;payby=MCHK;custnum=$custnum", + # actionlabel => 'Enter electronic check refund', + # width => 440, + # acl => ['Post refund' ], + ## condition => sub { $payby{MCHK} }, + #}, ],