Index: APPS/AKP/Receptie/impl/ReceptieService.cls.xml =================================================================== diff -u -r47685 -r49074 --- APPS/AKP/Receptie/impl/ReceptieService.cls.xml (.../ReceptieService.cls.xml) (revision 47685) +++ APPS/AKP/Receptie/impl/ReceptieService.cls.xml (.../ReceptieService.cls.xml) (revision 49074) @@ -94,7 +94,7 @@ -Toelevering:DOM.AKP.Toelevering,OntvangstTijdstip:%TimeStamp=$$$CurrentTimeStamp,Receptienummer:%String="" +Toelevering:DOM.AKP.Toelevering,OntvangstTijdstip:%TimeStamp=$$$CurrentTimeStamp,Receptienummer:%String="",PakBonNummer:%String="" %String @@ -245,22 +245,22 @@ -JournalId:%String +JournalId:%String,PakBonnummer:%String="" 1 9) ##class(TECH.Exceptions.InvalidInputException).Throw("Onvangstjournaal '"_JournalId_"' genereert meer dan 10 recepties." ) #dim ReceptieNummer as %String = +JournalId _ Volgnummer - Do ..AangemaakteRecepties.Insert(..MaakReceptieVoorToelevering(ToeleveringIterator.Next(),ReceptieNummer)) + Do ..AangemaakteRecepties.Insert(..MaakReceptieVoorToelevering(ToeleveringIterator.Next(),ReceptieNummer,PakBonnummer)) Set Volgnummer = Volgnummer+1 } ]]> -Toelevering:DOM.AKP.Toelevering,Receptienummer:%String +Toelevering:DOM.AKP.Toelevering,Receptienummer:%String,PakBonNr:%String="" 1 Index: vhUnitTest/AXimpl/Dynamics/InventoryIn/Converter/InventoryInConverter/TestBlum.cls.xml =================================================================== diff -u -r48469 -r49074 --- vhUnitTest/AXimpl/Dynamics/InventoryIn/Converter/InventoryInConverter/TestBlum.cls.xml (.../TestBlum.cls.xml) (revision 48469) +++ vhUnitTest/AXimpl/Dynamics/InventoryIn/Converter/InventoryInConverter/TestBlum.cls.xml (.../TestBlum.cls.xml) (revision 49074) @@ -20,7 +20,7 @@ Do ProductLookupMock.VerwachtMethodCall("GeefProductIdVoorLeverancierId","Identnummer","L||5005").DanReturn("4321") Set ReceptieServiceMock = ##class(vhTest.Mock.APPS.AKP.Receptie.impl.ReceptieService).%New() - Do ReceptieServiceMock.VerwachtMethodCall("MaakReceptieVoorToelevering",ToeleveringMock ,$$$CurrentTimeStamp ,"5000010").DanReturn("5000010") + Do ReceptieServiceMock.VerwachtMethodCall("MaakReceptieVoorToelevering",ToeleveringMock ,$$$CurrentTimeStamp ,"5000010","PackingSlipId").DanReturn("5000010") Set RequestInventoryOut = ##class(AXimpl.Request).%New("Inventory/Update", "4321") Set Antwoord = ##class(AXif.Dynamics.Inventory.MessageParts).%New() @@ -262,7 +262,6 @@ Do InventoryOutConverter.Verifieer() Do ProductRepositoryMock.Verifieer() Do FLOWTOEMock.Verifieer() - Do $$$AssertEquals(Response,Antwoord) ]]> Index: vhTestFiles/UnitTests/AXimpl.Dynamics.InventoryIn.Converter.InventoryInConverter/TestBlum/TestconversiebrengtpalletnummerovervoorleverancierBlum/JournaalBlum.xml =================================================================== diff -u -r47213 -r49074 --- vhTestFiles/UnitTests/AXimpl.Dynamics.InventoryIn.Converter.InventoryInConverter/TestBlum/TestconversiebrengtpalletnummerovervoorleverancierBlum/JournaalBlum.xml (.../JournaalBlum.xml) (revision 47213) +++ vhTestFiles/UnitTests/AXimpl.Dynamics.InventoryIn.Converter.InventoryInConverter/TestBlum/TestconversiebrengtpalletnummerovervoorleverancierBlum/JournaalBlum.xml (.../JournaalBlum.xml) (revision 49074) @@ -2,6 +2,7 @@ 500001 vhbe + PackingSlipId 05005 Purch Index: vhTest/Mock/APPS/AKP/Receptie/impl/ReceptieService.cls.xml =================================================================== diff -u -r47685 -r49074 --- vhTest/Mock/APPS/AKP/Receptie/impl/ReceptieService.cls.xml (.../ReceptieService.cls.xml) (revision 47685) +++ vhTest/Mock/APPS/AKP/Receptie/impl/ReceptieService.cls.xml (.../ReceptieService.cls.xml) (revision 49074) @@ -37,9 +37,9 @@ -Toelevering:DOM.AKP.Toelevering,OntvangstTijdstip:%TimeStamp=$$$CurrentTimeStamp,Receptienummer:%String="" +Toelevering:DOM.AKP.Toelevering,OntvangstTijdstip:%TimeStamp=$$$CurrentTimeStamp,Receptienummer:%String="",PakBonNummer:%String="" %String -