]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
ActionBar: Standard-Aktions-Button optisch hervorheben
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index c3016be7110b433f6069c6d0955860a2416f32f1..d674c1ad819ef0a2f9c3c232a2e7aae6ae7b189b 100644 (file)
@@ -26,7 +26,7 @@ __PACKAGE__->meta->columns(
   assemblynumber                            => { type => 'text' },
   assortmentnumber                          => { type => 'text' },
   balance_startdate_method                  => { type => 'text' },
-  bcc_to_login                              => { type => 'boolean' },
+  bcc_to_login                              => { type => 'boolean', default => 'false', not_null => 1 },
   bin_id                                    => { type => 'integer' },
   bin_id_ignore_onhand                      => { type => 'integer' },
   businessnumber                            => { type => 'text' },
@@ -49,8 +49,8 @@ __PACKAGE__->meta->columns(
   doc_database                              => { type => 'boolean', default => 'false' },
   doc_delete_printfiles                     => { type => 'boolean', default => 'false' },
   doc_files                                 => { type => 'boolean', default => 'false' },
-  doc_files_rootpath                        => { type => 'text', default => '' },
-  doc_max_filesize                          => { type => 'integer', default => 1000000 },
+  doc_files_rootpath                        => { type => 'text', default => './documents' },
+  doc_max_filesize                          => { type => 'integer', default => 10000000 },
   doc_storage                               => { type => 'boolean', default => 'false' },
   doc_storage_for_attachments               => { type => 'text', default => 'Filesystem' },
   doc_storage_for_documents                 => { type => 'text', default => 'Filesystem' },