mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-30 14:21:13 +01:00
bugfix xml rechnung erloes round
This commit is contained in:
parent
472c23b451
commit
8fb6e632fb
@ -1345,7 +1345,7 @@ class Rechnung extends GenRechnung
|
||||
$this->app->erp->GetSteuerPosition('rechnung', $position['id'], $steuersatz, $steuertext, $erloes);
|
||||
$positionen[$key]['steuersatz'] = $steuersatz;
|
||||
$positionen[$key]['steuertext'] = $steuertext;
|
||||
$positionen[$key]['erloese'] = round($erloes,2);
|
||||
$positionen[$key]['erloes'] = $erloes;
|
||||
|
||||
$positionen[$key]['umsatz_netto_gesamt'] = round($position['umsatz_netto_gesamt'],2);
|
||||
$positionen[$key]['umsatz_brutto_gesamt'] = round($position['umsatz_brutto_gesamt'],2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user