mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
operator access
This commit is contained in:
parent
ef5a791c6a
commit
5c68b91b14
4 changed files with 26 additions and 6 deletions
|
@ -173,7 +173,10 @@ sub sig_available {
|
|||
print FILE "Bike: $bike\n";
|
||||
if($ctpos->{barcode} && $ctpos->{barcode} == $bike_id){
|
||||
$response_out->{$bike}->{user_miniquery} = $show_dialog->{user_miniquery} if($show_dialog->{user_miniquery});
|
||||
$response_out->{$bike}->{co2saving} = $show_dialog->{co2saving} if($show_dialog->{co2saving});
|
||||
$response_out->{$bike}->{co2saving} = "";
|
||||
if($show_dialog->{co2saving}){
|
||||
$response_out->{$bike}->{co2saving} = $show_dialog->{co2saving};
|
||||
}
|
||||
}
|
||||
$response_out->{$bike}->{bike} = "$bike";
|
||||
$response_out->{$bike}->{authed} = "$authed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue