From 5f062fcd57e44d412cdf036649c38db5353a72f9 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 10 Oct 2002 16:48:09 +0000 Subject: [PATCH] bugfix in payby-default HIDE expiration dates --- httemplate/edit/cust_main.cgi | 4 ++-- 1 file 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!!. + qq!!; } -- 2.11.0