Fix flag for having a price. Remove debug. Fix typos in ship driver selector generator.
This commit is contained in:
parent
e116354946
commit
a98484dbcb
2 changed files with 7 additions and 22 deletions
|
|
@ -123,7 +123,7 @@ sub getOptions {
|
|||
$options{$shipper->getId} = {
|
||||
label => $shipper->get("label"),
|
||||
price => $price,
|
||||
hasPrice => 0,
|
||||
hasPrice => $hasPrice,
|
||||
};
|
||||
}
|
||||
return \%options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue