From 79803ed2813d72e572feac02576bc591c835f049 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 1 May 2004 21:38:26 +0000 Subject: [PATCH] oops tyop --- httemplate/search/cust_bill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ')'; }, -- 2.11.0