Index: BL/Flow/Offerte/ScanEDIMail.cls.xml =================================================================== diff -u -r1595 -r1598 --- BL/Flow/Offerte/ScanEDIMail.cls.xml (.../ScanEDIMail.cls.xml) (revision 1595) +++ BL/Flow/Offerte/ScanEDIMail.cls.xml (.../ScanEDIMail.cls.xml) (revision 1598) @@ -164,12 +164,12 @@ . Do blFlowOfferte.SetOfferteStatus("W") . Set Status=blFlowOfferte.Save() . ;d WL^vhDBG(oOfferte.%Id()) - . Do:..MailEachOrder blFlowOfferte.Send2OrderVerwerking() + . Do blFlowOfferte.Send2OrderVerwerking() . ;Do:Status=1 WL^vhDBG("Flow.Offerte ID:"_oOfferte.%Id()) . ;Do:Status'=1 WL^vhDBG("Flow.Offerte saveerror:"_$$ParseStatus^vhLib(Status)) . If Status'=1 Do AddErrorToLog^BL.EC.Common("EDI", "XML2Offerte", Status,"Opslaan Flow.Offerte"_$$ObjToText^vhLib(blFlowOfferte.oOfferte)) . Kill %blFlowOfferte - Do ..Mail2OrderVerwerking(OrderCnt) + ;Do ..Mail2OrderVerwerking(OrderCnt) Quit ]]>