mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
pw encryption extended with sha. Minor freed-time changes
This commit is contained in:
parent
9b05eed19b
commit
d6292aa09d
12 changed files with 104 additions and 128 deletions
|
@ -362,7 +362,7 @@ Nach Abschluss der Registrierung erhalten Sie sowohl auf die von Ihnen hinterleg
|
|||
my $pricing = {};
|
||||
my $counting = {};
|
||||
if($cttpos->{$id}->{int35} && $cttpos->{$id}->{start_time} && $cttpos->{$id}->{end_time}){
|
||||
($pricing,$counting) = $pri->counting_rental($varenv,$cttpos->{$id},"calc_price");
|
||||
($pricing,$counting) = $pri->counting_rental($varenv,$cttpos->{$id});
|
||||
}
|
||||
|
||||
print $q->Tr(),"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue