Revision af2f24b8
Von Jan Büren vor fast 11 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
55 | 55 |
language_id => { type => 'integer' }, |
56 | 56 |
max_future_booking_interval => { type => 'integer', default => 360 }, |
57 | 57 |
mtime => { type => 'timestamp' }, |
58 |
# normalize_part_descriptions => { type => 'boolean', default => 'true' }, |
|
59 |
normalize_vc_names => { type => 'boolean', default => 'true' }, |
|
58 | 60 |
parts_image_css => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' }, |
59 | 61 |
parts_listing_image => { type => 'boolean', default => 'true' }, |
60 | 62 |
parts_show_image => { type => 'boolean', default => 'true' }, |
Auch abrufbar als: Unified diff
Validierung eingegebener Kunden- und Lieferantennamen konfigurierbar gemacht
Ferner Konfigurationsvorbereitung für die Umsetzung von Ticket 2011 (Validierung von part.notes und part.descriptions)