diff --git a/CRM/Batch/BAO/Batch.php b/CRM/Batch/BAO/Batch.php index c3010b158e15..663072d4ef34 100644 --- a/CRM/Batch/BAO/Batch.php +++ b/CRM/Batch/BAO/Batch.php @@ -440,7 +440,7 @@ public function links($context = NULL) { 'url' => 'civicrm/financial/batch', 'qs' => 'reset=1&action=update&id=%%id%%&context=1', 'title' => ts('Edit Batch'), - 'weight' => CRM_Core_Action::getWeight(CRM_Core_Action::EDIT), + 'weight' => CRM_Core_Action::getWeight(CRM_Core_Action::UPDATE), ], 'close' => [ 'name' => ts('Close'),