mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 23:26:29 +02:00
Kundendaten Formular failure messages
This commit is contained in:
parent
6b7a616b44
commit
eafd393458
4 changed files with 33 additions and 30 deletions
|
@ -1120,7 +1120,7 @@ sub booking_update(){
|
|||
|
||||
if($q->param('voltage') && $q->param('voltage') =~ /(\d+)/){
|
||||
$update_cc->{int14} = $1;
|
||||
$self->service_automatic($q) if($1 <= 40);
|
||||
$self->service_automatic($q) if($1 <= 50);
|
||||
}
|
||||
|
||||
my $update_pos = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue