]> 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 cc5eb4d9e66cd07a1bcb67da68d1c20fa3f63663..4a443ac619b78f684241429e45d87d1dfe87d600 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::PurchaseInvoice;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('ap');
 
@@ -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' },