From 2615a9f50679467dd5c5f2f88dff6062b84894c9 Mon Sep 17 00:00:00 2001 From: Andreas Luxbauer Date: Thu, 13 Apr 2023 08:54:34 +0200 Subject: [PATCH] Fakturierung Tradeshift Pfad UNISPED --- SDL/Fakturierung/cFakturierung.vb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SDL/Fakturierung/cFakturierung.vb b/SDL/Fakturierung/cFakturierung.vb index 65b18fb3..16650b1b 100644 --- a/SDL/Fakturierung/cFakturierung.vb +++ b/SDL/Fakturierung/cFakturierung.vb @@ -1359,7 +1359,8 @@ Public Class cFakturierung If KUNDE_ERW.kde_API_Tradeshift Then Select Case RECHNUNG.Firma_ID 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 If Catch ex As Exception @@ -2169,7 +2170,8 @@ Public Class cFakturierung If KUNDE_ERW.kde_API_Tradeshift Then Select Case dt.Rows(0)("Firma_ID") 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 If Catch ex As Exception