summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-03-26 01:03:32 +0000
committerivan <ivan>2008-03-26 01:03:32 +0000
commit97eaeb6bd50c560ed8c0fe50b0605bd26c1f51ab (patch)
tree2a7b733fddfbd0288bb97f57e459cfa60f14d520 /httemplate/edit/part_bill_event.cgi
parentd980ecde67efa844cb36ec10c989e964a86d280e (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 7b30d988d..3b6b06b92 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 ) {
%