if ( $form->{l_ob_compared} ) {
$where .= ' AND ac.ob_transaction is true '
} elsif ( not $form->{l_cb_compared} ) {
$where .= ' AND ac.cb_transaction is false ';
};
} else {
if ( $form->{l_ob_compared} ) {
$where .= ' AND ac.ob_transaction is true '
} elsif ( not $form->{l_cb_compared} ) {
$where .= ' AND ac.cb_transaction is false ';
};
} else {