changing rental freed_time to once a day and A-A message

This commit is contained in:
ragu 2023-04-11 17:57:31 +02:00
parent 63380dfbe0
commit 94fcafaff3
7 changed files with 82 additions and 37 deletions

View file

@ -386,7 +386,9 @@ Nach Abschluss der Registrierung erhalten Sie sowohl auf die von Ihnen hinterleg
if($pricing->{start_time} && $pricing->{end_time}){
$pricing->{start_time} = $lb->time4de($pricing->{start_time},"1");
$pricing->{end_time} = $lb->time4de($pricing->{end_time},"1");
print $q->span("&rarr; $pricing->{start_time}<br />&larr; $pricing->{end_time}");
my $rental_time = "";
$rental_time = "(rental debug: $pricing->{real_clock} $pricing->{freed_time})" if($debug);
print $q->span("&rarr; $pricing->{start_time}<br />&larr; $pricing->{end_time} $rental_time");
}
print "</td>\n";
}elsif($key =~ /int04/){