Index: development/models/tax/TAX Configurator,1.0.0.xml
===================================================================
diff -u -r1038 -r1054
--- development/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1038)
+++ development/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1054)
@@ -1875,7 +1875,7 @@
-
+
@@ -2800,7 +2800,7 @@
- not((CONFIG.InputMode == "Edit") or (CONFIG.InputMode == "CreateConfig") or (CONFIG.Backend == "axapta"))
+ not(CONFIG.InputMode == "Edit") and not(CONFIG.InputMode == "CreateConfig") and not((CONFIG.Backend == "axapta") and (CONFIG.ProcessMode == "Background"))
DATA.Kenmerken.ProductieWijze@default = DATA.Kenmerken.ProductieWijze@option("V")@id;
DATA.Kenmerken.SpecialType@default = DATA.Kenmerken.SpecialType@option("N")@id;
DATA.Kenmerken.Toepassing@default = DATA.Kenmerken.Toepassing@option("L")@id;