Revision f0c62c1b
Von Jan Büren vor 12 Monaten hinzugefügt
SL/DB/MetaSetup/Reclamation.pm | ||
---|---|---|
tax_point => { type => 'date' },
|
||
taxincluded => { type => 'boolean', not_null => 1 },
|
||
taxzone_id => { type => 'integer', not_null => 1 },
|
||
ticket_id => { type => 'integer' },
|
||
transaction_description => { type => 'text' },
|
||
transdate => { type => 'date', default => 'now()' },
|
||
vendor_id => { type => 'integer' },
|
Auch abrufbar als: Unified diff
kix18: Reklamationen dürfen auch eine ticket_id haben (Testfall)