summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-03-26 01:03:31 +0000
committerivan <ivan>2008-03-26 01:03:31 +0000
commitff9bbd7beaa293463e0bc1a1c052a84da051e5f2 (patch)
treed095350d11917f4fd5a22d699dbed22be3d13071 /httemplate/edit/part_bill_event.cgi
parent0d03b7e9d5c575ffc50cfd12eaa54dd91ab29711 (diff)
quick shortcut for easier adding of new 1.7-style invoice events
Diffstat (limited to 'httemplate/edit/part_bill_event.cgi')
-rwxr-xr-xhttemplate/edit/part_bill_event.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi
index 62129333c..322ff688e 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -22,7 +22,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
<TR>
<TD ALIGN="right">For </TD>
<TD>
- <SELECT NAME="payby">
+ <SELECT NAME="payby" <% $hashref->{eventpart} ? '' : 'MULTIPLE SIZE=7'%>>
% tie my %payby, 'Tie::IxHash', FS::payby->cust_payby2longname;
% foreach my $payby ( keys %payby ) {
%