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