Adding pluggable tax system.

This commit is contained in:
Martin Kamerbeek 2009-04-17 13:32:18 +00:00
parent eec6ac3e47
commit 2e4ce42b76
9 changed files with 366 additions and 590 deletions

View file

@ -54,6 +54,12 @@ our $I18N = {
lastUpdated => 0,
},
'manage tax label' => {
message => q{Manage Tax Settings},
lastUpdated => 0,
context => q{Label for the manage tax tab},
},
};
1;