]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/PurchaseInvoice.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / DB / MetaSetup / PurchaseInvoice.pm
index c9c74f0d493172d96d75e0448b8fe7b2162add1e..4a443ac619b78f684241429e45d87d1dfe87d600 100644 (file)
@@ -39,6 +39,7 @@ __PACKAGE__->meta->columns(
   shipvia                 => { type => 'text' },
   storno                  => { type => 'boolean', default => 'false' },
   storno_id               => { type => 'integer' },
+  tax_point               => { type => 'date' },
   taxincluded             => { type => 'boolean', default => 'false' },
   taxzone_id              => { type => 'integer', not_null => 1 },
   transaction_description => { type => 'text' },