oops - allow adding CHECK invoice events too
authorivan <ivan>
Tue, 22 Oct 2002 06:28:13 +0000 (06:28 +0000)
committerivan <ivan>
Tue, 22 Oct 2002 06:28:13 +0000 (06:28 +0000)
httemplate/edit/part_bill_event.cgi

index 1b20ef1..5486b18 100755 (executable)
@@ -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>";