mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
bugfix kontoauszuege import decimals and sum display
This commit is contained in:
parent
222b0ac239
commit
92f016d06b
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user