diff options
author | ivan <ivan> | 2010-01-31 03:00:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-31 03:00:36 +0000 |
commit | fdc5582ecb8bb5fd5fec85ada2088308cdba86b5 (patch) | |
tree | 46150e6d19c095ad4ecc1984852361c293bc0abe /httemplate | |
parent | 9b6b116d4a492cb0edc31e53abf1fdb43be42d0e (diff) |
fix header on report
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/browse/part_pkg_taxclass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg_taxclass.html b/httemplate/browse/part_pkg_taxclass.html index 04e0e23d6..fb70ee417 100644 --- a/httemplate/browse/part_pkg_taxclass.html +++ b/httemplate/browse/part_pkg_taxclass.html @@ -6,7 +6,7 @@ ], 'query' => { 'table' => 'part_pkg_taxclass', }, 'count_query' => 'SELECT COUNT(*) FROM part_pkg_taxclass', - 'header' => [ '#', 'Device type' ], + 'header' => [ '#', 'Tax class' ], 'fields' => [ 'taxclassnum', 'taxclass', ], |