X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/10ef28a97b5e8656da7d2169d36103aed359a3c0..9e152755a340c813514eb132de27349ae7a9e028:/SL/DB/Vendor.pm diff --git a/SL/DB/Vendor.pm b/SL/DB/Vendor.pm index 42e6ca690..13b70ebe2 100644 --- a/SL/DB/Vendor.pm +++ b/SL/DB/Vendor.pm @@ -13,7 +13,7 @@ __PACKAGE__->meta->add_relationship( class => 'SL::DB::Shipto', column_map => { id => 'trans_id' }, manager_args => { sort_by => 'lower(shipto.shiptoname)' }, - query_args => [ 'shipto.module' => 'CT' ], + query_args => [ module => 'CT' ], }, contacts => { type => 'one to many',