Revision 10edf79a
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
26 | 26 |
assemblynumber => { type => 'text' }, |
27 | 27 |
assortmentnumber => { type => 'text' }, |
28 | 28 |
balance_startdate_method => { type => 'text' }, |
29 |
bcc_to_login => { type => 'boolean' }, |
|
29 |
bcc_to_login => { type => 'boolean', default => 'false', not_null => 1 },
|
|
30 | 30 |
bin_id => { type => 'integer' }, |
31 | 31 |
bin_id_ignore_onhand => { type => 'integer' }, |
32 | 32 |
businessnumber => { type => 'text' }, |
Auch abrufbar als: Unified diff
MetaSetup-Update zum DB-Upgrade »defaults_bcc_to_login.sql«