summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-10-22 06:28:13 +0000
committerivan <ivan>2002-10-22 06:28:13 +0000
commit37e3aa89ddad4fce6b5829946925ce53745cdcc3 (patch)
treed6b9465d2d4c8310341bebb9152bae468181155a
parent7c220a811b73a1d237cf0ffd09c48a80ff985a3b (diff)
oops - allow adding CHECK invoice events too
-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 1b20ef1d2..5486b1855 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -41,7 +41,7 @@ print ntable("#cccccc",2), <<END;
<TR><TD ALIGN="right">Payby</TD><TD><SELECT NAME="payby">
END
-for (qw(CARD BILL COMP)) {
+for (qw(CARD CHEK BILL COMP)) {
print qq!<OPTION VALUE="$_"!;
if ($part_bill_event->payby eq $_) {
print " SELECTED>$_</OPTION>";