sig rental without reservation fix

This commit is contained in:
ragu 2022-06-22 21:46:00 +02:00
parent fa6181eaa4
commit 0d034bf73b
3 changed files with 11 additions and 6 deletions

View file

@ -1150,6 +1150,7 @@ sub booking_update(){
$update_pos->{int10} = "$state_key";
$update_pos->{txt11} = "$sig_book->{rentalId}" if($sig_book->{rentalId});
$update_pos->{txt22} = "$sig_book->{bikeId}" if($sig_book->{bikeId});
$rows = $dbt->update_record($dbh,$update_pos,$record_pos);
if($rows > 0){