summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-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. ')';
},