Index: vhUnitTest/APPS/algemeen/entiteitcomponent/TestEntiteitComponentDataService.cls.xml
===================================================================
diff -u -r40132 -r56730
--- vhUnitTest/APPS/algemeen/entiteitcomponent/TestEntiteitComponentDataService.cls.xml (.../TestEntiteitComponentDataService.cls.xml) (revision 40132)
+++ vhUnitTest/APPS/algemeen/entiteitcomponent/TestEntiteitComponentDataService.cls.xml (.../TestEntiteitComponentDataService.cls.xml) (revision 56730)
@@ -40,6 +40,10 @@
Set ^KTO(6332,296195,4)=2
Set ^KTO(6332,296195,101)="\629192\30\\\47.68\#\\47.68\47.68\\L\1\\100\47.68\KTRPL\\\\E\EUR\\\11/06\\118153\101\\\\\\\\"
Set ^KTO(6332,296195,102)="\629192\30\\\47.68\#\\47.68\47.68\\L\1\\200\47.68\KTRPL\\\\E\EUR\\\11/06\\118153\102\\\\\\\\"
+ Set DnaCode = ##class(DOM.Halux.AAP.DnaCode).%New()
+ Set DnaCode.Toelevering = 296195
+ Set DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).Nieuw()
+ Do ##class(DOM.Halux.AAP.DnaCodeRepository).%New().Bewaar(DnaCode)
Do ##class(DOM.AKP.event.ToeleveringEventRaiser).RaiseToeleveringGemaaktEvent(296195)
]]>
Index: vhUnitTest/APPS/Halux/common/impl/VoegToeBezwaren/ToeleveringInBatch/Test.cls.xml
===================================================================
diff -u -r40182 -r56730
--- vhUnitTest/APPS/Halux/common/impl/VoegToeBezwaren/ToeleveringInBatch/Test.cls.xml (.../Test.cls.xml) (revision 40182)
+++ vhUnitTest/APPS/Halux/common/impl/VoegToeBezwaren/ToeleveringInBatch/Test.cls.xml (.../Test.cls.xml) (revision 56730)
@@ -44,6 +44,7 @@
ToeleveringId:%String,DnaCode:%String
-
+
Index: vhUnitTest/APPS/Halux/BatchUtils.cls.xml
===================================================================
diff -u -r29059 -r56730
--- vhUnitTest/APPS/Halux/BatchUtils.cls.xml (.../BatchUtils.cls.xml) (revision 29059)
+++ vhUnitTest/APPS/Halux/BatchUtils.cls.xml (.../BatchUtils.cls.xml) (revision 56730)
@@ -1,7 +1,7 @@
-%RegisteredObject
+vhUnitTest.TestCase
1
Index: vhUnitTest/APPS/Halux/Planning/TestExplicietePlanningEnZoekToelevering.cls.xml
===================================================================
diff -u -r46312 -r56730
--- vhUnitTest/APPS/Halux/Planning/TestExplicietePlanningEnZoekToelevering.cls.xml (.../TestExplicietePlanningEnZoekToelevering.cls.xml) (revision 46312)
+++ vhUnitTest/APPS/Halux/Planning/TestExplicietePlanningEnZoekToelevering.cls.xml (.../TestExplicietePlanningEnZoekToelevering.cls.xml) (revision 56730)
@@ -39,6 +39,10 @@
Set ^KTO(6332,298209,4)=2
Set ^KTO(6332,298209,101)="\614077\1\\\21.14\#\\21.14\21.14\\L\1\\100\21.14\KTRPL\\\\E\EUR\\\11/12\\123441\101\\\\\\\\"
do ##class(vhUnitTest.DataHelper).MaakToeleveringCompleet(6332,298209)
+ Set DnaCode = ##class(DOM.Halux.AAP.DnaCode).%New()
+ Set DnaCode.Toelevering = 298209
+ Set DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).Nieuw()
+ Do ##class(DOM.Halux.AAP.DnaCodeRepository).%New().Bewaar(DnaCode)
Set ^HADPR("F","298209;100","K") = "33\62038,59594\\\\\\\\\\"
Set ^HADPR("F","298209;100","F") = "33\62094,58737\A\\\\\\\\\"
Index: APPS/Halux/AAP/DnaCodeService.cls.xml
===================================================================
diff -u -r56723 -r56730
--- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 56723)
+++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 56730)
@@ -97,7 +97,7 @@
If DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).Nieuw() {
Set DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).InBatch()
Set DnaCode.Lijn = Batch.GeefLijn()
- Set DnaCode.IsWegwerpPallet = Batch.GeefIsWegwerpPallet()
+ //Set DnaCode.IsWegwerpPallet = Batch.GeefIsWegwerpPallet()
Do ..DnaCodeRepository.Bewaar(DnaCode)
}
}
Index: APPS/Halux/common/impl/BatchImpl.cls.xml
===================================================================
diff -u -r56702 -r56730
--- APPS/Halux/common/impl/BatchImpl.cls.xml (.../BatchImpl.cls.xml) (revision 56702)
+++ APPS/Halux/common/impl/BatchImpl.cls.xml (.../BatchImpl.cls.xml) (revision 56730)
@@ -261,7 +261,7 @@
Set ..ProductieGroep = ##class(APPS.Halux.Planning.impl.BatchService.Utils).%New().GeefProductieGroepen(Toelevering).GetAt(1)
Do ..ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).Manueel())
- //Do ##class(APPS.Halux.AAP.DnaCodeService).%New().DnaCodeBijwerkenMetBatchGegevens($this)
+ Do ##class(APPS.Halux.AAP.DnaCodeService).%New().DnaCodeBijwerkenMetBatchGegevens($this)
If (..GeefGeplandOp() = "") Do ..ZetGeplandOpVroegsteGeplandVanToelevering()