bugfix kontoauszuege import decimals and sum display

This commit is contained in:
OpenXE 2023-04-04 13:48:40 +02:00
parent 222b0ac239
commit 92f016d06b
2 changed files with 4 additions and 2 deletions

View File

@ -5124,6 +5124,8 @@ class Importvorlage extends GenImportvorlage {
}
unset($row['betrag2']);
$row['soll'] = $this->app->erp->ReplaceBetrag(true,$row['soll']);
$row['buchung'] = $this->app->erp->ReplaceDatum(true,$row['buchung'],false);
// Calculate hash

View File

@ -172,10 +172,10 @@ class Kontoauszuege {
k.importfehler,
CONCAT(
'<del>',
".$app->erp->FormatMenge('SUM(k.soll)',2).",
".$app->erp->FormatMenge('(k.soll)',2).",
'</del>'
),
".$app->erp->FormatMenge('SUM(k.soll)',2)."),
".$app->erp->FormatMenge('(k.soll)',2)."),
k.waehrung,
k.buchungstext,
k.internebemerkung,