]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 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 },