Revision a0b8d78b
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
37 | 37 |
customer_hourly_rate => { type => 'numeric', precision => 8, scale => 2 }, |
38 | 38 |
customer_projects_only_in_sales => { type => 'boolean', default => 'false', not_null => 1 }, |
39 | 39 |
customernumber => { type => 'text' }, |
40 |
country_mode => { type => 'text', default => 'DE', not_null => 1 }, |
|
40 | 41 |
datev_check_on_ap_transaction => { type => 'boolean', default => 'true' }, |
41 | 42 |
datev_check_on_ar_transaction => { type => 'boolean', default => 'true' }, |
42 | 43 |
datev_check_on_gl_transaction => { type => 'boolean', default => 'true' }, |
Auch abrufbar als: Unified diff
Revert "country_mode entfernt."
Originalcommit: b05b5075ac0f3cbb0823c2f513cdbcacfb17bede.