X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/DB/MetaSetup/Shipto.pm 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' },