Neue Default-Methoden auch im MetaSetup (Transferkonto 7% oder 19%)
authorJan Büren <jan@kivitendo.de>
Mon, 14 Feb 2022 12:23:04 +0000 (13:23 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 14 Feb 2022 12:54:09 +0000 (13:54 +0100)
SL/DB/MetaSetup/Default.pm

index c8d55db..b7fe2b1 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 },