fix rümän.

This commit is contained in:
2025-05-23 16:01:39 +02:00
parent e6789edd16
commit 4ecd109feb

View File

@@ -1211,13 +1211,13 @@ Public Class cFakturierung
Case "AR"
rpt.lblUeberschriftRG_GS.Text = "FACTURA"
rpt.lblSummeUeberschrift.Text = "Total"
rpt.lblRgNrUeberschrift.Text = "Factura Nr.:"
rpt.lblRgDatumUeberschrift.Text = "Data Factura:"
rpt.lblRgNrUeberschrift.Text = "Nr. factura:"
rpt.lblRgDatumUeberschrift.Text = "Data factura:"
Case "AG"
rpt.lblUeberschriftRG_GS.Text = "NOTA DE CREDIT"
rpt.lblSummeUeberschrift.Text = "Total"
rpt.lblRgNrUeberschrift.Text = "Nota De Credit Nr.:"
rpt.lblRgDatumUeberschrift.Text = "Data Nota De Credit:"
rpt.lblRgNrUeberschrift.Text = "Nr. nota credit:"
rpt.lblRgDatumUeberschrift.Text = "Data nota credit:"
End Select
Case Else