Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator.cls.xml
===================================================================
diff -u -r68126 -r68137
--- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator.cls.xml (.../OptimalisatieBestandenGenerator.cls.xml) (revision 68126)
+++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator.cls.xml (.../OptimalisatieBestandenGenerator.cls.xml) (revision 68137)
@@ -108,7 +108,7 @@
#dim Afhandeling As APPS.Halux.Machine.OpdeelZaag.enu.Afhandeling = ##class(APPS.Halux.Machine.OpdeelZaag.enu.Afhandeling).Automatisch()
- if ..BatchService.GeefProductieGroep(..BatchID) = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() {
+ if ..IsBatchAfhandelingManueel() {
set Afhandeling = ##class(APPS.Halux.Machine.OpdeelZaag.enu.Afhandeling).Manueel()
}
@@ -179,6 +179,17 @@
+
+
+1
+%Boolean
+
+