Index: vhTest/Utils/APPS/AKP/AankoopControle/BLUM/XML/Faktuur/Invoice/INVOICE02.cls.xml =================================================================== diff -u -r38647 -r39159 --- vhTest/Utils/APPS/AKP/AankoopControle/BLUM/XML/Faktuur/Invoice/INVOICE02.cls.xml (.../INVOICE02.cls.xml) (revision 38647) +++ vhTest/Utils/APPS/AKP/AankoopControle/BLUM/XML/Faktuur/Invoice/INVOICE02.cls.xml (.../INVOICE02.cls.xml) (revision 39159) @@ -31,7 +31,7 @@ Set xmlstring = xmlstring _ " 5415001000006" Set xmlstring = xmlstring _ " " Set xmlstring = xmlstring _ " " - Set xmlstring = xmlstring _ " 857382" + Set xmlstring = xmlstring _ " 0857382" Set xmlstring = xmlstring _ " " Set xmlstring = xmlstring _ " " Set xmlstring = xmlstring _ " BY" Index: APPS/AKP/AankoopControle/BLUM/impl/INVOIC02Verwerker.cls.xml =================================================================== diff -u -r38653 -r39159 --- APPS/AKP/AankoopControle/BLUM/impl/INVOIC02Verwerker.cls.xml (.../INVOIC02Verwerker.cls.xml) (revision 38653) +++ APPS/AKP/AankoopControle/BLUM/impl/INVOIC02Verwerker.cls.xml (.../INVOIC02Verwerker.cls.xml) (revision 39159) @@ -376,7 +376,7 @@ INVOIC02:APPS.AKP.AankoopControle.BLUM.XML.Faktuur.Invoice.INVOIC02 %String - Index: APPS/AKP/AankoopControle/BLUM/impl/INVOIC02VerwerkerV2.cls.xml =================================================================== diff -u -r38653 -r39159 --- APPS/AKP/AankoopControle/BLUM/impl/INVOIC02VerwerkerV2.cls.xml (.../INVOIC02VerwerkerV2.cls.xml) (revision 38653) +++ APPS/AKP/AankoopControle/BLUM/impl/INVOIC02VerwerkerV2.cls.xml (.../INVOIC02VerwerkerV2.cls.xml) (revision 39159) @@ -354,7 +354,7 @@ INVOIC02:APPS.AKP.AankoopControle.BLUM.XML.Faktuur.Invoice.INVOIC02 %String - Index: BL/Blum/Facturatie.cls.xml =================================================================== diff -u -r39148 -r39159 --- BL/Blum/Facturatie.cls.xml (.../Facturatie.cls.xml) (revision 39148) +++ BL/Blum/Facturatie.cls.xml (.../Facturatie.cls.xml) (revision 39159) @@ -436,7 +436,7 @@ . Set tmpDatum=$Extract($Piece($P(FileName," ",6),".",1),2,*) . Set BlumFactuurDatum=$zdh($Extract(tmpDatum,5,8)_"-"_$Extract(tmpDatum,3,4)_"-"_$Extract(tmpDatum,1,2),3) . ; - . Set ArchivedFilePath=..ArchiveFile(FileName, FilePath) + . Set ArchivedFilePath=..ArchiveFileV2(FileName, FilePath) . Quit:ArchivedFilePath="" . . ; Controle of de factuur reeds bestaat @@ -477,10 +477,28 @@ ]]> + +FileName,FilePath +%String + + + 1 ",$LB("pv@vanhoecke.be"),"Error tijdens archiveren van Blum factuur "_$G(FileName),"$ZERROR="_$ZERROR_$C(10,13)_"$ECODE="_$ECODE) + Set SendStatus=$$SendMiniMail^vhLib("Blum Invoice ",$LB("ict_meldingen@vanhoecke.be"),"Error tijdens archiveren van Blum factuur "_$G(FileName),"$ZERROR="_$ZERROR_$C(10,13)_"$ECODE="_$ECODE) Set $EC="" Quit ]]>