X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/91bd08d8315e733c3390088f3187b4c5b1fb9a52..4180aaea33e9ff3bb35f3fa6cf91651a6225f7ad:/SL/DB/MetaSetup/PurchaseInvoice.pm diff --git a/SL/DB/MetaSetup/PurchaseInvoice.pm b/SL/DB/MetaSetup/PurchaseInvoice.pm index 636a5d823..bee7eb2ae 100644 --- a/SL/DB/MetaSetup/PurchaseInvoice.pm +++ b/SL/DB/MetaSetup/PurchaseInvoice.pm @@ -43,6 +43,7 @@ __PACKAGE__->meta->setup( globalproject_id => { type => 'integer' }, transaction_description => { type => 'text' }, storno_id => { type => 'integer' }, + direct_debit => { type => 'boolean', default => 'false' }, ], primary_key_columns => [ 'id' ], @@ -75,7 +76,7 @@ __PACKAGE__->meta->setup( key_columns => { language_id => 'id' }, }, - payment => { + payment_terms => { class => 'SL::DB::PaymentTerm', key_columns => { payment_id => 'id' }, },