X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7ea32650019b2611e03f83ccaa904a03d6a6b3d1..361d8846ed83e99bb34b13c46b4e6b5a7090c70f:/SL/DB/MetaSetup/Invoice.pm diff --git a/SL/DB/MetaSetup/Invoice.pm b/SL/DB/MetaSetup/Invoice.pm index 854b9c7e3..839c67bfe 100644 --- a/SL/DB/MetaSetup/Invoice.pm +++ b/SL/DB/MetaSetup/Invoice.pm @@ -56,6 +56,7 @@ __PACKAGE__->meta->setup( marge_percent => { type => 'numeric', precision => 5, scale => 15 }, donumber => { type => 'text' }, invnumber_for_credit_note => { type => 'text' }, + direct_debit => { type => 'boolean', default => 'false' }, ], primary_key_columns => [ 'id' ],