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