Index: APPS/Halux/AAP/DnaCodeService.cls.xml =================================================================== diff -u -r60230 -r60233 --- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60230) +++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60233) @@ -172,7 +172,7 @@ Set DnaCode.ToeleveringLijn = ToeleveringLijn.GeefID() Set DnaCode.OrderId = ToeleveringLijn.GeefOrderID() Set DnaCode.AanmaakTijdstip = ##class(TECH.Context).Instance().GeefDateTimeAPI().CurrentHorolog() - Set DnaCode.LadeCode = ..ProductApi.GeefProduct(ProductID).GeefLadeCode() + Set DnaCode.LadeCode = ..ProductApi.GeefProduct(ProductID).GeefDossierCode() If $IsObject(Batch) { Set DnaCode.BatchId = Batch.GeefID() Set DnaCode.IsWegwerpPallet = Batch.GeefIsWegwerpPallet() Index: vhUnitTest/APPS/Halux/AAP/DnaCodeService/MaakDnaCodesVoorBatch/Test.cls.xml =================================================================== diff -u -r60230 -r60233 --- vhUnitTest/APPS/Halux/AAP/DnaCodeService/MaakDnaCodesVoorBatch/Test.cls.xml (.../Test.cls.xml) (revision 60230) +++ vhUnitTest/APPS/Halux/AAP/DnaCodeService/MaakDnaCodesVoorBatch/Test.cls.xml (.../Test.cls.xml) (revision 60233) @@ -44,7 +44,7 @@ Set ..ProductApiStub = ##class(vhTest.Mock.DOM.PM.ProductAPI).%New() Set ProductStub = ##class(vhTest.Mock.DOM.PM.Product).%New() - Do ProductStub.IndienMethodCall("GeefLadeCode").DanReturn("ABCDEF") + Do ProductStub.IndienMethodCall("GeefDossierCode").DanReturn("ABCDEF") Do ..ProductApiStub.IndienMethodCall("GeefProduct",1000).DanReturn(ProductStub) ]]> Index: vhUnitTest/APPS/Halux/AAP/DnaCodeService/WijzigAantalDnaCodesVoorToeleveringLijn/Test.cls.xml =================================================================== diff -u -r60230 -r60233 --- vhUnitTest/APPS/Halux/AAP/DnaCodeService/WijzigAantalDnaCodesVoorToeleveringLijn/Test.cls.xml (.../Test.cls.xml) (revision 60230) +++ vhUnitTest/APPS/Halux/AAP/DnaCodeService/WijzigAantalDnaCodesVoorToeleveringLijn/Test.cls.xml (.../Test.cls.xml) (revision 60233) @@ -27,7 +27,7 @@ Set ..ProductApiStub = ##class(vhTest.Mock.DOM.PM.ProductAPI).%New() Set ProductStub = ##class(vhTest.Mock.DOM.PM.Product).%New() - Do ProductStub.IndienMethodCall("GeefLadeCode").DanReturn("ABCDEF") + Do ProductStub.IndienMethodCall("GeefDossierCode").DanReturn("ABCDEF") Do ..ProductApiStub.IndienMethodCall("GeefProduct",1000).DanReturn(ProductStub) ]]>