mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
rental end json and once miniquery
This commit is contained in:
parent
57515256a5
commit
95d890e188
17 changed files with 224 additions and 91 deletions
|
@ -85,6 +85,7 @@ div a:hover {
|
|||
line-height:2.0;
|
||||
max-width:750px;
|
||||
text-align:left;
|
||||
padding:0.2em 0;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
|
||||
|
|
|
@ -425,7 +425,7 @@ Nach Abschluss der Registrierung erhalten Sie sowohl auf die von Ihnen hinterleg
|
|||
my $co2diff = $pri->co2calc($cttpos->{$id});
|
||||
my $sprit_price = $pri->sprit2calc($cttpos->{$id});
|
||||
$co2saving .= "$co2diff kg CO²<br />";
|
||||
$co2saving .= "$sprit_price EUR<br />";
|
||||
$co2saving .= "$sprit_price EUR<br />" if($sprit_price > 0);
|
||||
$cttpos->{$id}->{int26} =~ s/\./,/;
|
||||
$co2saving .= "bei $cttpos->{$id}->{int26} KM";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue