station bike group select by type_id

This commit is contained in:
ragu 2022-07-27 14:38:06 +02:00
parent 556809afb7
commit c48a393b10
11 changed files with 51 additions and 50 deletions

View file

@ -838,8 +838,8 @@ sub sigbike_cupdate {
owner => "169",
};
$bw->log("sigbike_cupdate content from record_sig with bike nr:",$update,"");
$rows = $dbt->update_record($dbh,$update,$record_sig->{$bid});
$bw->log("rows: $rows | sigbike_cupdate content from record_sig with bike nr:",$update,"");
if($rows != 1){
my $c_id = "";
$update->{itime} = "now()";
@ -869,8 +869,8 @@ sub sigstation_cupdate {
owner => "169",
};
$bw->log("sigstation_cupdate content from record_sig with bike nr:",$update,"");
$rows = $dbt->update_record($dbh,$update,$record_sig->{$sid});
$bw->log("rows: $rows | sigstation_cupdate content from record_sig with bike nr:",$update,"");
if($rows != 1){
my $c_id = "";
$update->{itime} = "now()";