add tax UI

This commit is contained in:
Colin Kuskie 2008-03-24 22:30:04 +00:00
parent 8b8974c368
commit 0b516612b9
2 changed files with 57 additions and 1 deletions

View file

@ -51,6 +51,11 @@ our $I18N = {
context => q|To remove one tax entry from the tax tables.|,
},
'add a tax' => {
message => q|Add new tax information|,
lastUpdated => 1206395083,
},
};
1;