booking calendar adding pos.reserv_time and some fixes

This commit is contained in:
ragu 2024-05-07 20:20:19 +02:00
parent d5a98d0c54
commit 1112b2c2b5
5 changed files with 63 additions and 44 deletions

View file

@ -323,6 +323,7 @@ elsif($q->param('request') eq "booking_request"){
$apif->stations_caching($q,\%varenv,$authraw);
}
$bw->log("booking_request response_book:",$response_book,"");
#just in time booking
if(ref($response_book) eq "HASH" && $response_book->{response_state} =~ /OK/ && $q->param('state') && $q->param('state') =~ /occupied/){
my $booking_values = {};