Felder auf 10 vergrößert in DataTables

This commit is contained in:
aschwarz
2023-05-23 13:52:31 +02:00
parent e5eac2a40f
commit ec35e4f140
11 changed files with 15 additions and 15 deletions

View File

@ -42,7 +42,7 @@ if($row['art'] == 'A'){
}
if($row['art'] == 'E'){
$art = 'Einnahme';
$betrag = $betrag;
$betrag = $row['betrag'];
}
$betrag = $fmt->formatCurrency($betrag, "EUR");