pre-booking minor fixes

This commit is contained in:
ragu 2024-05-08 12:42:17 +02:00
parent 1112b2c2b5
commit 934955117a
3 changed files with 22 additions and 19 deletions

View file

@ -1044,7 +1044,8 @@ sub booking_request(){
$pos_id = $dbt->insert_pos($dbh,$ctt->{c_id},$ct_bike,$ct_station,$auth,$ct_tariff,$request_para,$bike,$booking_state,$owner,$sig_book);
$bw->log("booking_request reserved insert_pos:",$pos_id,"");
$response_state = "OK, bike " . $bike . " succesfully reserved";
$response_text = "Erfolgreiche Buchung: $start_loc - $end_loc.";
#$response_text = "Erfolgreiche Buchung: $start_loc - $end_loc.";
$response_text = "Buchung erfolgreich.";
}
}else{
$response_state = "Failure 4260, reserv timerange";