Revision 7f596996
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
54 | 54 |
bic => { type => 'varchar', length => 100 }, |
55 | 55 |
direct_debit => { type => 'boolean', default => 'false' }, |
56 | 56 |
curr => { type => 'character', length => 3 }, |
57 |
taxincluded_checked => { type => 'varchar', length => 1 },
|
|
57 |
taxincluded_checked => { type => 'boolean' },
|
|
58 | 58 |
], |
59 | 59 |
|
60 | 60 |
primary_key_columns => [ 'id' ], |
Auch abrufbar als: Unified diff
Umstellung der Kunden-Eigenschaft '"Steuer im Preis inbegriffen" als Default' auf den Datentyp boolean.
Siehe Commit: 7bff84cbc6daa65a74b9f5c83415c98856eb30a1