Anzahlungs-Rg.: Standardkonto-Auswahl f. Verrechnungskonto
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index ff3733a..c8d55db 100644 (file)
@@ -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 },