From: Moritz Bunkus Date: Mon, 4 Apr 2016 14:06:18 +0000 (+0200) Subject: CVars: Konfigurationen für Lieferadressen anlegen können X-Git-Tag: release-3.4.1~246 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/040b466d09c01e86a65dca2c04aadcda22af3e7b?ds=sidebyside CVars: Konfigurationen für Lieferadressen anlegen können --- 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') }, )]; }