/**
  * check if there are more suggestions for this transaction
  */
 private function has_other_suggestions(CRM_Banking_BAO_BankTransaction $btx)
 {
     return count($btx->getSuggestions()) > 0;
 }