This commit is contained in:
2024-10-30 13:46:43 +01:00
parent 0ce0181350
commit 82cd82243a
7 changed files with 86 additions and 89 deletions

View File

@@ -180,6 +180,7 @@ Public Class rptSendungen
End If
barcodeSendung.Image = If(VALUES.barcodeSendung, Nothing)
picQR.Image = If(VALUES.imgQR, Nothing)
'OFFERTE!
@@ -331,6 +332,7 @@ Public Class rptSendungenValues
Property barcodeLKW As Image = Nothing
Property barcodeSendung As Image = Nothing
Property imgQR As Image = Nothing
Property AbfKost As String = ""
Property AbfKostKdnr As Integer = -1