]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
Neue Default-Methoden auch im MetaSetup (Transferkonto 7% oder 19%)
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index c8d55dbca60b06bfe7be7705f5bbaf6310dda38b..b7fe2b1e2495ae3541586d92d2c611863d7a8e8a 100644 (file)
@@ -16,6 +16,8 @@ __PACKAGE__->meta->columns(
   address_street2                           => { type => 'text' },
   address_zipcode                           => { type => 'text' },
   advance_payment_clearing_chart_id         => { type => 'integer' },
+  advance_payment_taxable_19_id             => { type => 'integer' },
+  advance_payment_taxable_7_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 },