diff options
Diffstat (limited to 'httemplate/view/cust_main/menu.html')
| -rw-r--r-- | httemplate/view/cust_main/menu.html | 90 |
1 files changed, 43 insertions, 47 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 5429e8e82..b8740635d 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -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} }, + #}, ], |
