added new light industriel view and indus. export list for simplenewsletter massive subscription

This commit is contained in:
Bachir Soussi Chiadmi
2017-07-05 21:29:03 +02:00
parent ab9f1d3cc4
commit 9369b73118
6 changed files with 438 additions and 110 deletions

View File

@@ -1231,7 +1231,7 @@ function showroom_field_default_field_instances() {
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'description' => 'define a showroom to link with the user (only relevante with "admin showroom" users)',
'display' => array(
'default' => array(
'label' => 'above',
@@ -1271,6 +1271,7 @@ function showroom_field_default_field_instances() {
t('Phone');
t('Samples');
t('Showroom');
t('define a showroom to link with the user (only relevante with "admin showroom" users)');
return $field_instances;
}