From: ivan Date: Sat, 1 May 2004 21:38:26 +0000 (+0000) Subject: oops tyop X-Git-Tag: BEFORE_FINAL_MASONIZE~1121 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=79803ed2813d72e572feac02576bc591c835f049 oops tyop --- diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html index 3a5db3549..874c77035 100755 --- a/httemplate/search/cust_bill.html +++ b/httemplate/search/cust_bill.html @@ -73,7 +73,7 @@ sub { my $cust_main = shift->cust_main; $cust_main ? $cust_main->get('last'). ', '. $cust_main->first - : 'WARNING: can't find cust_main.custnum '. + : "WARNING: can't find cust_main.custnum ". shift->custnum. ' (cust_bill.invnum '. shift->invnum. ')'; },