X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/670a6e6cb58ccaef212150406b66a955295fe074..b70a9f43bc70d17f86ff443f234b6191b39c8cf0:/SL/DB/MetaSetup/Default.pm diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index ff3733a7d..c8d55dbca 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -15,6 +15,7 @@ __PACKAGE__->meta->columns( address_street1 => { type => 'text' }, address_street2 => { type => 'text' }, address_zipcode => { type => 'text' }, + advance_payment_clearing_chart_id => { type => 'integer' }, allow_new_purchase_delivery_order => { type => 'boolean', default => 'true', not_null => 1 }, allow_new_purchase_invoice => { type => 'boolean', default => 'true', not_null => 1 }, allow_sales_invoice_from_sales_order => { type => 'boolean', default => 'true', not_null => 1 },