mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
pre-booking minor fixes
This commit is contained in:
parent
1112b2c2b5
commit
934955117a
3 changed files with 22 additions and 19 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue