diff --git a/app/templates/Petitions/columns.inc b/app/templates/Petitions/columns.inc index d97da248c..8c8634a91 100644 --- a/app/templates/Petitions/columns.inc +++ b/app/templates/Petitions/columns.inc @@ -36,11 +36,6 @@ $indexColumns = [ 'class' => 'PetitionStatusEnum', 'sortable' => true ], - 'enrollment_flow_id' => [ - 'type' => 'relatedLink', - 'model' => 'enrollment_flow', - 'field' => 'name' - ], 'enrollee_person_id' => [ 'type' => 'relatedLink', 'action' => 'edit', @@ -50,6 +45,11 @@ $indexColumns = [ 'field' => 'full_name', 'default' => __d('field', 'Petitions.enrollee.new') ], + 'enrollment_flow_id' => [ + 'type' => 'relatedLink', + 'model' => 'enrollment_flow', + 'field' => 'name' + ], 'cou_id' => [ 'type' => 'relatedLink', 'model' => 'cou',