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