summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-10-10 16:48:09 +0000
committerivan <ivan>2002-10-10 16:48:09 +0000
commit5f062fcd57e44d412cdf036649c38db5353a72f9 (patch)
treed86507dec47d30b90f1c80e2d4387b1d47e3625e /httemplate
parentf5571d9d6c79d04e65f8da92be923c3f3ae5c54a (diff)
bugfix in payby-default HIDE expiration dates
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/cust_main.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 38d8d2b7e..0921cb373 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -367,8 +367,8 @@ if ( $payby_default eq 'HIDE' ) {
die "unrecognized expiration date format: $date";
}
- print qq!<INPUT TYPE="hidden" NAME="${payby}_month" VALUE="$m"!.
- qq!<INPUT TYPE="hidden" NAME="${payby}_year" VALUE="$y"!;
+ print qq!<INPUT TYPE="hidden" NAME="${payby}_month" VALUE="$m">!.
+ qq!<INPUT TYPE="hidden" NAME="${payby}_year" VALUE="$y">!;
}