mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
operator accounting fix
This commit is contained in:
parent
7f4becd901
commit
7744e1dccc
13 changed files with 325 additions and 403 deletions
|
@ -447,7 +447,7 @@ Nach Abschluss der Registrierung erhalten Sie sowohl auf die von Ihnen hinterleg
|
|||
($gesamt,$rabatt) = $pri->price2calc($cttpos->{$id});
|
||||
$sum += $gesamt;
|
||||
$gesamt = $lb->round($gesamt);
|
||||
$gesamt = $lb->cashme($gesamt,",");
|
||||
$gesamt = sprintf('%.2f',$gesamt);
|
||||
print $q->td({-class=>'tdint', -style=>"$occupied_style", -nowrap=>1},"$rabatt $gesamt €");
|
||||
}
|
||||
}
|
||||
|
@ -458,7 +458,7 @@ Nach Abschluss der Registrierung erhalten Sie sowohl auf die von Ihnen hinterleg
|
|||
print $q->td({-class=>'tdint'},"Keine Daten vorhanden");
|
||||
}else{
|
||||
$sum = $lb->round($sum);
|
||||
$sum = $lb->cashme($sum,",");
|
||||
$sum = sprintf('%.2f',$sum);
|
||||
print $q->Tr(),"\n";
|
||||
print $q->td({-class=>'tdint', -colspan=>3},"");
|
||||
print $q->td({-class=>'tdint'},"Gesamt");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue