diff options
author | ivan <ivan> | 2004-05-01 21:38:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-01 21:38:26 +0000 |
commit | 79803ed2813d72e572feac02576bc591c835f049 (patch) | |
tree | c2297cde432595a61a45e3c7c65cd01b6781db66 /httemplate/search/cust_bill.html | |
parent | bfb3a80bc91a835513e437b242de366f190e9021 (diff) |
oops tyop
Diffstat (limited to 'httemplate/search/cust_bill.html')
-rwxr-xr-x | httemplate/search/cust_bill.html | 2 |
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. ')'; }, |