Projet

Général

Profil

Anomalie #1579 » 0001-Fix-contributions-list-order-by-payment-type.patch

Guillaume AGNIERAY, 03/10/2021 19:41

Voir les différences:

galette/lib/Galette/Repository/Contributions.php
case ContributionsList::ORDERBY_DURATION:
break;*/
case ContributionsList::ORDERBY_PAYMENT_TYPE:
$order[] = 'type_paiement_cotis ' . $this->ordered;
$order[] = 'type_paiement_cotis ' . $this->filters->ordered;
break;
default:
$order[] = $this->filters->orderby . ' ' . $this->filters->ordered;
    (1-1/1)