Fakturierung Tradeshift Pfad UNISPED
This commit is contained in:
@@ -1359,7 +1359,8 @@ Public Class cFakturierung
|
|||||||
If KUNDE_ERW.kde_API_Tradeshift Then
|
If KUNDE_ERW.kde_API_Tradeshift Then
|
||||||
Select Case RECHNUNG.Firma_ID
|
Select Case RECHNUNG.Firma_ID
|
||||||
Case 21, 22, 23
|
Case 21, 22, 23
|
||||||
System.IO.File.Copy(tmpPath, "\\srv01.unisu.at\Unisped\___AR_PDF\" & RG_Bezeichnung, True)
|
'System.IO.File.Copy(tmpPath, "\\srv01.unisu.at\Unisped\___AR_PDF\" & RG_Bezeichnung, True)
|
||||||
|
System.IO.File.Copy(tmpPath, "\\unidc01.unisu.at\Unisped\___AR_PDF\" & RG_Bezeichnung, True)
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -2169,7 +2170,8 @@ Public Class cFakturierung
|
|||||||
If KUNDE_ERW.kde_API_Tradeshift Then
|
If KUNDE_ERW.kde_API_Tradeshift Then
|
||||||
Select Case dt.Rows(0)("Firma_ID")
|
Select Case dt.Rows(0)("Firma_ID")
|
||||||
Case 21, 22, 23
|
Case 21, 22, 23
|
||||||
System.IO.File.Copy(pathPDF, "\\srv01.unisu.at\Unisped\___AR_PDF\Sammelrechnung_" & RechnungsNr & ".pdf", True)
|
' System.IO.File.Copy(pathPDF, "\\srv01.unisu.at\Unisped\___AR_PDF\Sammelrechnung_" & RechnungsNr & ".pdf", True)
|
||||||
|
System.IO.File.Copy(pathPDF, "\\unidc01.unisu.at\Unisped\___AR_PDF\Sammelrechnung_" & RechnungsNr & ".pdf", True)
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user