mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 23:26:29 +02:00
sig rental without reservation fix
This commit is contained in:
parent
fa6181eaa4
commit
0d034bf73b
3 changed files with 11 additions and 6 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue