Revision f228ac9b
Von Moritz Bunkus vor mehr als 5 Jahren hinzugefügt
SL/DB/MetaSetup/PaymentTerm.pm | ||
---|---|---|
17 | 17 |
itime => { type => 'timestamp', default => 'now()' }, |
18 | 18 |
mtime => { type => 'timestamp' }, |
19 | 19 |
obsolete => { type => 'boolean', default => 'false' }, |
20 |
percent_skonto => { type => 'float', scale => 4 }, |
|
20 |
percent_skonto => { type => 'float', precision => 4, scale => 4 },
|
|
21 | 21 |
sortkey => { type => 'integer', not_null => 1 }, |
22 | 22 |
terms_netto => { type => 'integer' }, |
23 | 23 |
terms_skonto => { type => 'integer' }, |
Auch abrufbar als: Unified diff
Rose: MetaSetups bzgl. Fließkommazahlen erneuert