This commit is contained in:
Colin Kuskie 2008-02-25 00:44:33 +00:00
parent c1e0471d51
commit 8ac717f2e7

View file

@ -211,27 +211,27 @@ param: definition - an array ref of hash refs of definitions
[ [
{ {
name =E<gt> "Flat Rate", name => "Flat Rate",
fields =E<gt> { fields => {
percentageOfPrice =E<gt> { percentageOfPrice => {
fieldType =E<gt> "float", fieldType => "float",
label =E<gt> "Percentage Of Price", label => "Percentage Of Price",
defaultValue =E<gt> 0 defaultValue => 0
}, },
flatFee =E<gt> { flatFee => {
fieldType =E<gt> "float", fieldType => "float",
label =E<gt> "Flat Fee", label => "Flat Fee",
defaultValue =E<gt> 0 defaultValue => 0
}, },
pricePerWeight =E<gt> { pricePerWeight => {
fieldType =E<gt> "float", fieldType => "float",
label =E<gt> "Price Per Weight", label => "Price Per Weight",
defaultValue =E<gt> 0 defaultValue => 0
}, },
pricePerItem =E<gt> { pricePerItem => {
label =E<gt> "Price Per Item", label => "Price Per Item",
fieldType =E<gt> "float", fieldType => "float",
defaultValue =E<gt> 0 defaultValue => 0
}, },
} }
} }