Index: APPS/Halux/common/ProductieService.cls.xml =================================================================== diff -u -r54300 -r68724 --- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 54300) +++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 68724) @@ -5,34 +5,55 @@ 1 TECH.Mockable + +DOM.common.ProjectSettingsAPI +1 + + + +ProjectSettingsApi:DOM.common.ProjectSettingsAPI +1 +1 +%Status +1 + + + -KlantID:DOM.VKP.VanHoeckeKlantID,ProductID:%String +KlantID:DOM.VKP.VanHoeckeKlantID,ProductID:%String,ToeleveringSplitser:APPS.Halux.common.ToeleveringSplitser="" APPS.Halux.common.enu.ProductieGroep -ProductID:%String +ProductID:%String,ToeleveringSplitser:APPS.Halux.common.ToeleveringSplitser 1 APPS.Halux.common.impl.ProductieGroepBepaler @@ -119,10 +140,12 @@ } Set:(##class(TECH.StringUtils).ToUpper(Order.GeefCommissieReferentie()) [ "TALSEE") DisplayNaam = "TALSEE | " _ DisplayNaam - Set:(##class(TECH.StringUtils).ToUpper(Order.GeefCommissieReferentie()) [ "ALPNACH") DisplayNaam = "ALPNACH | " _ DisplayNaam - Set:(##class(TECH.StringUtils).ToUpper(Order.GeefOrderReferentie()) [ "TALSEE") DisplayNaam = "TALSEE | " _ DisplayNaam - Set:(##class(TECH.StringUtils).ToUpper(Order.GeefOrderReferentie()) [ "ALPNACH") DisplayNaam = "ALPNACH | " _ DisplayNaam + + If $$$Not(..ProjectSettingsApi.IsActiefAlpnachRechtstreeks()) { + Set:(##class(TECH.StringUtils).ToUpper(Order.GeefCommissieReferentie()) [ "ALPNACH") DisplayNaam = "ALPNACH | " _ DisplayNaam + Set:(##class(TECH.StringUtils).ToUpper(Order.GeefOrderReferentie()) [ "ALPNACH") DisplayNaam = "ALPNACH | " _ DisplayNaam + } } Quit DisplayNaam