Skip to content

Commit

Permalink
Merge pull request #30957 from civicrm/5.77
Browse files Browse the repository at this point in the history
5.77
  • Loading branch information
seamuslee001 authored Aug 24, 2024
2 parents 66e493b + 4eabbad commit b7cba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Batch/BAO/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit b7cba53

Please sign in to comment.