bugfix exportbuchhaltung date of differences
This commit is contained in:
parent
88e1e2ebc2
commit
5ca3a7297b
|
|
@ -532,6 +532,7 @@ class Exportbuchhaltung
|
|||
(
|
||||
SELECT
|
||||
belegnr,
|
||||
datum,
|
||||
betrag_gesamt,
|
||||
ROUND(SUM(betrag),2) AS betrag_summe,
|
||||
waehrung,
|
||||
|
|
|
|||
Loading…
Reference in New Issue