This commit is contained in:
2025-10-20 17:34:03 +02:00
parent be624a11dc
commit c73362598f
2 changed files with 15 additions and 15 deletions

View File

@@ -2524,7 +2524,7 @@ Public Class cFakturierung
If RECHNUNG.FilialenNr = 8001 AndAlso RECHNUNG.OffertenNr = 95 Then 'dann ist es eine Zinsnachberechnungs-Rechnung
Dim subRpt = New rptRechnungMDM_AnlagenDruck_Zinsennachberechnung(rpt._LAN, RECHNUNG)
rpt.SubReportt.Report = subRpt
rpt.SubReport.Report = subRpt
rpt.lblSteuerfrei.Font = New Font(rpt.lblSteuerfrei.Font, FontStyle.Bold)
rpt.lblSteuerpflichtig.Font = New Font(rpt.lblSteuerfrei.Font, FontStyle.Bold)
@@ -2532,7 +2532,7 @@ Public Class cFakturierung
'txtKdAuftragsnummer.Top += SubReport.Height
'txtSendungsdetails.Top += SubReport.Height
Else
rpt.SubReportt.Report = Nothing
rpt.SubReport.Report = Nothing
End If
End Sub