]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Customer.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / DB / MetaSetup / Customer.pm
index 1785a6e2fd2adca2945a9dce051cb7d8d402b541..6bd0abb66b8c8cae748d6be77109056494332d5a 100644 (file)
@@ -34,6 +34,8 @@ __PACKAGE__->meta->columns(
   depositor                 => { type => 'text' },
   direct_debit              => { type => 'boolean', default => 'false' },
   discount                  => { type => 'float', precision => 4, scale => 4 },
+  dunning_lock              => { type => 'boolean', default => 'false', not_null => 1 },
+  dunning_mail              => { type => 'text' },
   email                     => { type => 'text' },
   fax                       => { type => 'text' },
   gln                       => { type => 'text' },