Revision d0c938cf
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/DeliveryOrder.pm | ||
---|---|---|
39 | 39 |
taxzone_id => { type => 'integer' }, |
40 | 40 |
taxincluded => { type => 'boolean' }, |
41 | 41 |
terms => { type => 'integer' }, |
42 |
curr => { type => 'text' },
|
|
42 |
currency_id => { type => 'integer', not_null => 1 },
|
|
43 | 43 |
], |
44 | 44 |
|
45 | 45 |
primary_key_columns => [ 'id' ], |
46 | 46 |
|
47 |
allow_inline_column_values => 1, |
|
48 |
|
|
49 | 47 |
foreign_keys => [ |
50 | 48 |
contact => { |
51 | 49 |
class => 'SL::DB::Contact', |
Auch abrufbar als: Unified diff
Neues DB-Setup für Währungen
Für RDBO-Code wird hier das MetaSetup der DB upgedated.