very close to having ship driver management working
This commit is contained in:
parent
fc3ccba4f3
commit
e4d76f0b3b
5 changed files with 45 additions and 15 deletions
|
|
@ -91,8 +91,8 @@ sub definition {
|
|||
},
|
||||
);
|
||||
my %properties = (
|
||||
name => 'Flat Rate',
|
||||
fields => \%fields,
|
||||
name => 'Flat Rate',
|
||||
properties => \%fields,
|
||||
);
|
||||
push @{ $definition }, \%properties;
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue