Revision 187c4ee1
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/DB/MetaSetup/CustomVariableConfig.pm | ||
---|---|---|
11 | 11 |
__PACKAGE__->meta->columns( |
12 | 12 |
default_value => { type => 'text' }, |
13 | 13 |
description => { type => 'text', not_null => 1 }, |
14 |
first_tab => { type => 'boolean', default => 'false', not_null => 1 }, |
|
14 | 15 |
flags => { type => 'text' }, |
15 | 16 |
id => { type => 'integer', not_null => 1, sequence => 'custom_variable_configs_id' }, |
16 | 17 |
includeable => { type => 'boolean', not_null => 1 }, |
Auch abrufbar als: Unified diff
Artikel-BDVs unter Basisdaten anzeigen, falls konfiguriert
Die benutzerdefinierten Variablen für Artikel können konfigurierbar im Tab Basisdaten
angezeigt werden