diff options
author | ivan <ivan> | 2011-04-11 07:06:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-11 07:06:50 +0000 |
commit | a2e21c767501d91e67d0b57c217fffa12d3a1ef8 (patch) | |
tree | 60fa48a4c9cfed25aeef933522622bd636be3233 | |
parent | 25353c2067b60343e0c17ebc956a4d35baf1dbb4 (diff) |
s/collected/invoiced/ on column label of vendor tax report
-rwxr-xr-x | httemplate/search/report_newtax.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_newtax.cgi b/httemplate/search/report_newtax.cgi index f185c7fd9..767d8cf14 100755 --- a/httemplate/search/report_newtax.cgi +++ b/httemplate/search/report_newtax.cgi @@ -16,7 +16,7 @@ <TR> <TH CLASS="grid" BGCOLOR="#cccccc"></TH> <TH CLASS="grid" BGCOLOR="#cccccc"></TH> - <TH CLASS="grid" BGCOLOR="#cccccc">Tax collected</TH> + <TH CLASS="grid" BGCOLOR="#cccccc">Tax invoiced</TH> <TH CLASS="grid" BGCOLOR="#cccccc"> </TH> <TH CLASS="grid" BGCOLOR="#cccccc"></TH> <TH CLASS="grid" BGCOLOR="#cccccc">Tax credited</TH> |