summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-05-01 21:38:26 +0000
committerivan <ivan>2004-05-01 21:38:26 +0000
commit79803ed2813d72e572feac02576bc591c835f049 (patch)
treec2297cde432595a61a45e3c7c65cd01b6781db66
parentbfb3a80bc91a835513e437b242de366f190e9021 (diff)
oops tyop
-rwxr-xr-xhttemplate/search/cust_bill.html2
1 files changed, 1 insertions, 1 deletions
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. ')';
},