ustva, etc.

This commit is contained in:
2025-12-16 11:20:03 +01:00
parent e3055daed5
commit eb7d05101e
4 changed files with 79 additions and 78 deletions

View File

@@ -2662,8 +2662,8 @@ Public Class cFakturierung
rpt.lblZWSumme.Visible = True
If RECHNUNG.Firma_ID = 19 Then 'Bei MDM ausblenden!
rpt.lblSteuersatz.Text = ""
rpt.lblSteuerbetrag.Visible = False
'rpt.lblSteuersatz.Text = ""
'rpt.lblSteuerbetrag.Visible = False
Else
rpt.lblSteuerbetrag.Text = CDbl(getReverseChargeSummeRKID(firma, RECHNUNG)).ToString("N2", CultureInfo.CurrentCulture)
rpt.lblSteuersatz.Visible = True