GT to >
This commit is contained in:
parent
c1e0471d51
commit
8ac717f2e7
1 changed files with 18 additions and 18 deletions
|
|
@ -211,27 +211,27 @@ param: definition - an array ref of hash refs of definitions
|
|||
|
||||
[
|
||||
{
|
||||
name =E<gt> "Flat Rate",
|
||||
fields =E<gt> {
|
||||
percentageOfPrice =E<gt> {
|
||||
fieldType =E<gt> "float",
|
||||
label =E<gt> "Percentage Of Price",
|
||||
defaultValue =E<gt> 0
|
||||
name => "Flat Rate",
|
||||
fields => {
|
||||
percentageOfPrice => {
|
||||
fieldType => "float",
|
||||
label => "Percentage Of Price",
|
||||
defaultValue => 0
|
||||
},
|
||||
flatFee =E<gt> {
|
||||
fieldType =E<gt> "float",
|
||||
label =E<gt> "Flat Fee",
|
||||
defaultValue =E<gt> 0
|
||||
flatFee => {
|
||||
fieldType => "float",
|
||||
label => "Flat Fee",
|
||||
defaultValue => 0
|
||||
},
|
||||
pricePerWeight =E<gt> {
|
||||
fieldType =E<gt> "float",
|
||||
label =E<gt> "Price Per Weight",
|
||||
defaultValue =E<gt> 0
|
||||
pricePerWeight => {
|
||||
fieldType => "float",
|
||||
label => "Price Per Weight",
|
||||
defaultValue => 0
|
||||
},
|
||||
pricePerItem =E<gt> {
|
||||
label =E<gt> "Price Per Item",
|
||||
fieldType =E<gt> "float",
|
||||
defaultValue =E<gt> 0
|
||||
pricePerItem => {
|
||||
label => "Price Per Item",
|
||||
fieldType => "float",
|
||||
defaultValue => 0
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue