1 package SL::mebil::Mapping;
 
   5 # Manager methods for mebil
 
  11                 error_channel    => shift,
 
  18         my $sql = "SELECT fromacc,typ,toacc from mebil_mapping order by ordering";
 
  19         return SL::DBUtils::selectall_hashref_query($self->{error_channel}, $self->{dbh}, $sql);