Revision f05112c2
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/DB/MetaSetup/Vendor.pm | ||
---|---|---|
26 | 26 |
department_2 => { type => 'text' }, |
27 | 27 |
depositor => { type => 'text' }, |
28 | 28 |
direct_debit => { type => 'boolean', default => 'false' }, |
29 |
discount => { type => 'float', precision => 4, scale => 4 },
|
|
29 |
discount => { type => 'float', scale => 4 }, |
|
30 | 30 |
email => { type => 'text' }, |
31 | 31 |
fax => { type => 'text' }, |
32 | 32 |
greeting => { type => 'text' }, |
Auch abrufbar als: Unified diff
MetaSetup für discount in Vendor
discount ist jetzt identisch mit dem äquivalent in Customer.