]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Shipto.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / DB / MetaSetup / Shipto.pm
index b0a9f991b3597bfdc0a614388c991d69bea057a6..57b4971cff84512af38d4c0010145f4a18b62b9c 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Shipto;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('shipto');
 
@@ -21,6 +21,7 @@ __PACKAGE__->meta->columns(
   shiptodepartment_2 => { type => 'text' },
   shiptoemail        => { type => 'text' },
   shiptofax          => { type => 'text' },
+  shiptogln          => { type => 'text' },
   shiptoname         => { type => 'text' },
   shiptophone        => { type => 'text' },
   shiptostreet       => { type => 'text' },