]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/PriceRuleItem.pm
S:P:Dunning: Link führt nicht mehr zum Drucken, sondern zum Mahnungsbericht, …
[kivitendo-erp.git] / SL / DB / MetaSetup / PriceRuleItem.pm
index ade1d5a28f2c28d67571f14d2ba56555b1aae203..f1804a64eda563da98e8f168f32c414a6b77fd0a 100644 (file)
@@ -4,13 +4,15 @@ package SL::DB::PriceRuleItem;
 
 use strict;
 
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('price_rule_items');
 
 __PACKAGE__->meta->columns(
   custom_variable_configs_id => { type => 'integer' },
   id                         => { type => 'serial', not_null => 1 },
 
 __PACKAGE__->meta->table('price_rule_items');
 
 __PACKAGE__->meta->columns(
   custom_variable_configs_id => { type => 'integer' },
   id                         => { type => 'serial', not_null => 1 },
+  itime                      => { type => 'timestamp' },
+  mtime                      => { type => 'timestamp' },
   op                         => { type => 'text' },
   price_rules_id             => { type => 'integer', not_null => 1 },
   type                       => { type => 'text' },
   op                         => { type => 'text' },
   price_rules_id             => { type => 'integer', not_null => 1 },
   type                       => { type => 'text' },