Index: APPS/Halux/common/ProductieService.cls.xml
===================================================================
diff -u -r59389 -r59484
--- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 59389)
+++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 59484)
@@ -5,13 +5,20 @@
1
TECH.Mockable
+
+DOM.common.ProjectSettingsAPI
+1
+
+
-initvalue:%CacheString
+ProjectSettingsApi:DOM.common.ProjectSettingsAPI
1
1
%Status
1
-
@@ -131,7 +138,9 @@
Set:(##class(TECH.StringUtils).ToUpper(Order.GeefCommissieReferentie()) [ "TALSEE") DisplayNaam = "TALSEE | " _ DisplayNaam
Set:(##class(TECH.StringUtils).ToUpper(Order.GeefOrderReferentie()) [ "TALSEE") DisplayNaam = "TALSEE | " _ DisplayNaam
- If $$$Not(##class(DOM.common.impl.ProjectSettingsAPI).%New().IsActiefAlpnachRechtstreeks()) {
+ Do ##class(Tools.Wlip).%New(127).String("projsetting "_..ProjectSettingsApi.IsActiefAlpnachRechtstreeks())
+
+ 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
}