102 |
my $sth = $dbh->prepare("INSERT INTO transport_cost (frombranch, tobranch, cost, disable_transfer) VALUES (?, ?, ?, ?)"); |
102 |
my $sth = $dbh->prepare("INSERT INTO transport_cost (frombranch, tobranch, cost, disable_transfer) VALUES (?, ?, ?, ?)"); |
113 |
warn "Invalid $from -> $to cost $cost - must be a number >= 0, disablig"; |
113 |
warn "Invalid $from -> $to cost $cost - must be a number >= 0, disabling"; |