added thingyrecord per-field pricing

This commit is contained in:
Doug Bell 2009-07-15 04:58:33 +00:00
parent 3b63250cf4
commit 47c6aaa994
4 changed files with 179 additions and 13 deletions

View file

@ -75,6 +75,18 @@ our $I18N = {
lastUpdated => 0,
context => "Description of asset property",
},
'fieldPrice label' => {
message => "Field Add-on Price",
lastUpdated => 0,
context => "Label for asset property",
},
'fieldPrice description' => {
message => "Add to the base price if a user decides to fill-in this field.",
lastUpdated => 0,
context => "Description of asset property",
},
};
1;