X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FShipto.pm;h=57b4971cff84512af38d4c0010145f4a18b62b9c;hb=b5b366c932e2a8118cafa0d27432fa268099d419;hp=b0a9f991b3597bfdc0a614388c991d69bea057a6;hpb=fa7fc7eeb3ca718914affee06c0629a08d571288;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Shipto.pm b/SL/DB/MetaSetup/Shipto.pm index b0a9f991b..57b4971cf 100644 --- a/SL/DB/MetaSetup/Shipto.pm +++ b/SL/DB/MetaSetup/Shipto.pm @@ -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' },