neu
This commit is contained in:
@@ -407,7 +407,7 @@ Public Class SendungOptions
|
||||
ElseIf SENDUNG.FilialenNr = "5601" Then
|
||||
imgpath = resPath & "UNISPED.png"
|
||||
ElseIf SENDUNG.FilialenNr = "5701" Then
|
||||
imgpath = resPath & "AMBAR.png"
|
||||
imgpath = resPath & "AMB.png"
|
||||
Else
|
||||
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.MITARBEITER.mit_niederlassung
|
||||
Case "SUB"
|
||||
@@ -429,9 +429,12 @@ Public Class SendungOptions
|
||||
ZOLLANMELDUNG = Nothing
|
||||
End If
|
||||
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "AMBAR" Then
|
||||
SENDUNG.LOAD_VORKOSTEN()
|
||||
End If
|
||||
|
||||
|
||||
Dim rpt As New Gemeinsames.rptSendungen(VALUES, imgpath, ZOLLANMELDUNG, SENDUNG.HANDLING)
|
||||
Dim rpt As New Gemeinsames.rptSendungen(VALUES, imgpath, ZOLLANMELDUNG, SENDUNG.HANDLING, SENDUNG.VORKOSTEN)
|
||||
rpt.Document.CacheToDisk = False
|
||||
|
||||
'rpt.Document.CacheToDisk = True
|
||||
|
||||
Reference in New Issue
Block a user