very close to having ship driver management working

This commit is contained in:
JT Smith 2008-03-08 00:11:09 +00:00
parent fc3ccba4f3
commit e4d76f0b3b
5 changed files with 45 additions and 15 deletions

View file

@ -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);