]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Default.pm
countries defaults managed
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index f17c71d3464af8bdbc8094049c5e745c4c36f1ad..81af0548f8fb6ec00891baefc6cd7fb7f237e05a 100644 (file)
@@ -35,6 +35,7 @@ __PACKAGE__->meta->columns(
   customer_hourly_rate                      => { type => 'numeric', precision => 8, scale => 2 },
   customer_projects_only_in_sales           => { type => 'boolean', default => 'false', not_null => 1 },
   customernumber                            => { type => 'text' },
+  country_mode                              => { type => 'text', default => 'DE', not_null => 1 },
   datev_check_on_ap_transaction             => { type => 'boolean', default => 'true' },
   datev_check_on_ar_transaction             => { type => 'boolean', default => 'true' },
   datev_check_on_gl_transaction             => { type => 'boolean', default => 'true' },