Skip to content

Commit

Permalink
CIWEMB-373: Correct field labels for error display
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Jan 1, 2024
1 parent a0f3d4b commit 444c698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/MembershipExtras/Form/PaymentScheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public function buildQuickForm() {
[
'type' => 'submit',
'name' => ts('Submit'),
'js' => ['onclick' => "document.querySelectorAll('label.crm-inline-error').forEach(function(item) { item.innerHTML = '';})"],
'isDefault' => TRUE,
],
[
Expand Down

0 comments on commit 444c698

Please sign in to comment.