Index: BL/EC/Data.cls.xml =================================================================== diff -u -r73835 -r73836 --- BL/EC/Data.cls.xml (.../Data.cls.xml) (revision 73835) +++ BL/EC/Data.cls.xml (.../Data.cls.xml) (revision 73836) @@ -3279,15 +3279,15 @@ . . Set Status=##class(BL.Flow.Levering.Doc).RenderAndFileDoc(DocNr,.FilePad) . . . . // Tussenstap via \\Notes01\FOP : DocBaseV7-compatible - . . If $$$ISOK(Status) Do + . . If ($$$ISOK(Status)) Do . . . Set IsFileGemaaktVoorFTP = ##class(%File).Exists(FilePad) . . . If IsFileGemaaktVoorFTP Do . . . . Set Status = ##class(%File).Rename(FilePad, FilePadOnAxEC) . . . Else Do . . . . Set Status=$$$ERROR($$$GeneralError,"File '"_FilePad_"' is niet gevonden. Mogelijks een probleem bij FopTaak 'RenderAndFileDoc'. Check logging op de Fop/DocBase-server.") . . . . If ($$$ISOK(Status)) Do - . . . Do ..CopyFileFTP(..#DocumentPadCache,$$$vHisieDownloadIntern,FileName) + . . . Do ..CopyFileFTP(DocumentPadOnAxEC,$$$vHisieDownloadIntern,FileName) . . . Set DocURL=$$$vHisieDownloadExtern_"/"_FileName ;Prijslijst Else If Toegang=$$$tgPrijsLijst Do