From 040b466d09c01e86a65dca2c04aadcda22af3e7b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 4 Apr 2016 16:06:18 +0200 Subject: [PATCH] =?utf8?q?CVars:=20Konfigurationen=20f=C3=BCr=20Lieferadre?= =?utf8?q?ssen=20anlegen=20k=C3=B6nnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CustomVariableConfig.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/CustomVariableConfig.pm b/SL/Controller/CustomVariableConfig.pm index 456fe7176..e0b587c33 100644 --- a/SL/Controller/CustomVariableConfig.pm +++ b/SL/Controller/CustomVariableConfig.pm @@ -164,6 +164,7 @@ sub init_modules { { module => 'IC', description => t8('Parts, services and assemblies') }, { module => 'Projects', description => t8('Projects') }, { module => 'RequirementSpecs', description => t8('Requirement Specs') }, + { module => 'ShipTo', description => t8('Shipping Address') }, )]; } -- 2.20.1