discount => { type => 'float', scale => 4 },
email => { type => 'text' },
fax => { type => 'text' },
+ gln => { type => 'text' },
greeting => { type => 'text' },
homepage => { type => 'text' },
hourly_rate => { type => 'numeric', precision => 8, scale => 2 },
shiptodepartment_2 => { type => 'text' },
shiptoemail => { type => 'text' },
shiptofax => { type => 'text' },
+ shiptogln => { type => 'text' },
shiptoname => { type => 'text' },
shiptophone => { type => 'text' },
shiptostreet => { type => 'text' },
discount => { type => 'float', scale => 4 },
email => { type => 'text' },
fax => { type => 'text' },
+ gln => { type => 'text' },
greeting => { type => 'text' },
homepage => { type => 'text' },
iban => { type => 'text' },
use SL::DB::Manager::Shipto;
use Rose::DB::Object::Helpers qw(clone_and_reset clone);
-our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
+our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
__PACKAGE__->meta->initialize;