Fix flag for having a price. Remove debug. Fix typos in ship driver selector generator.

This commit is contained in:
Colin Kuskie 2010-04-26 16:12:02 -07:00
parent e116354946
commit a98484dbcb
2 changed files with 7 additions and 22 deletions

View file

@ -123,7 +123,7 @@ sub getOptions {
$options{$shipper->getId} = {
label => $shipper->get("label"),
price => $price,
hasPrice => 0,
hasPrice => $hasPrice,
};
}
return \%options;