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:
parent
c3a68228dd
commit
bb274380ce
2 changed files with 22 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue