X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FPriceField.php;h=8b1aba7ecf237a919b225052f56d277e9a23670d;hb=34751e696143159f20566d1f8ec0ed619e8ce0ce;hp=0e8e7d11e2a0a1110f90297b8a6a02e989cec39e;hpb=f124dfaef774c3eb4d030c9849d0d586250464cb;p=civicrm-core.git diff --git a/Civi/Api4/PriceField.php b/Civi/Api4/PriceField.php index 0e8e7d11e2..8b1aba7ecf 100644 --- a/Civi/Api4/PriceField.php +++ b/Civi/Api4/PriceField.php @@ -14,9 +14,12 @@ namespace Civi\Api4; * PriceField entity. * * @searchable secondary + * @orderBy weight + * @groupWeightsBy price_set_id * @since 5.27 * @package Civi\Api4 */ class PriceField extends Generic\DAOEntity { + use Generic\Traits\SortableEntity; }