Index: APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket.cls.xml =================================================================== diff -u -r32724 -r32766 --- APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket.cls.xml (.../KlantEtiket.cls.xml) (revision 32724) +++ APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket.cls.xml (.../KlantEtiket.cls.xml) (revision 32766) @@ -59,7 +59,7 @@ #dim ProductieGroep As APPS.Halux.common.enu.ProductieGroep.AutoComplete = ##class(APPS.Halux.common.enu.ProductieGroep.AutoComplete).%New() If (..IsTAXMetAssemblageKar(Batch)) { - If ((Batch.GeefProductieGroep() = ProductieGroep.Stuk) || (Batch.GeefProductieGroep() = ProductieGroep.FlatpackV1)) { + If ((Batch.GeefProductieGroep() = ProductieGroep.Stuk) || (Batch.GeefProductieGroep() = ProductieGroep.FlatpackV1) || (Batch.GeefProductieGroep() = ProductieGroep.Probox)) { Set KlantEtiketPrinter = ##class(APPS.Halux.PPS.impl.AansturingActie.Taorbox.KlantEtiket.GeenEtiketPrinter).%New() } Else { Set KlantEtiketPrinter = ##class(APPS.Halux.PPS.impl.AansturingActie.Taorbox.KlantEtiket.Gemonteerd.EtiketPrinter).%New()