Add a column for the tax rate (duh) and the taxId. The taxId will

eventually be replaced with an icon for deleting tax info.
Change the comment character in the JS.
Return the generated output inside of an admin console.
This commit is contained in:
Colin Kuskie 2008-03-23 20:58:05 +00:00
parent c3a68228dd
commit bb274380ce
2 changed files with 22 additions and 11 deletions

View file

@ -27,6 +27,12 @@ our $I18N = {
context => q|A postal code, or zip code.|,
},
'tax rate' => {
message => q|Tax Rate|,
lastUpdated => 1206302052,
context => q|The amount that a person is charged to buy something, a percentage of the price.|,
},
};
1;