Revision f3bad0c2
Von Kivitendo Admin vor fast 3 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
128 | 128 |
parts_image_css => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' }, |
129 | 129 |
parts_listing_image => { type => 'boolean', default => 'true' }, |
130 | 130 |
parts_show_image => { type => 'boolean', default => 'true' }, |
131 |
partsgroup_required => { type => 'boolean', default => 'false', not_null => 1 }, |
|
131 | 132 |
payments_changeable => { type => 'integer', default => '0', not_null => 1 }, |
132 | 133 |
pdonumber => { type => 'text' }, |
133 | 134 |
ponumber => { type => 'text' }, |
Auch abrufbar als: Unified diff
Mandantenkonfiguration - Warengruppe als Pflichtfeld
Kann nun konfiguriert werden.