diff options
author | ivan <ivan> | 2008-03-14 07:49:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-14 07:49:13 +0000 |
commit | 9d55204f876f52e314076f5fa9d1ae15a1639dae (patch) | |
tree | 6178fd93814c080679e26f4cbc66d1387f880f60 /httemplate/search/cust_credit.html | |
parent | 65bfed89f6eff03f32ba6199e3a2e2debcd1a009 (diff) |
add net credits to sales/credits/receipts report
Diffstat (limited to 'httemplate/search/cust_credit.html')
-rwxr-xr-x | httemplate/search/cust_credit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index e4975c8de..2c59297be 100755 --- a/httemplate/search/cust_credit.html +++ b/httemplate/search/cust_credit.html @@ -3,7 +3,7 @@ 'name' => 'credits', 'query' => $sql_query, 'count_query' => $count_query, - 'count_addl' => [ '$%.2f total credited', ], + 'count_addl' => [ '$%.2f total credited (gross)', ], #'redirect' => $link, 'header' => [ 'Amount', 'Date', |