Skip to content

Commit

Permalink
CIWEMB-372: Make parameter field required
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Jan 12, 2024
1 parent fd03f71 commit 5b26d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/MembershipExtras/Form/PaymentScheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function buildQuickForm() {
TRUE
);
$this->add('checkbox', 'enabled', ts('Enabled'), NULL, FALSE);
$this->add('textarea', 'parameters', ts('Parameters'), ['cols' => 49], FALSE);
$this->add('textarea', 'parameters', ts('Parameters'), ['cols' => 49], TRUE);

$this->addButtons([
[
Expand Down

0 comments on commit 5b26d0c

Please sign in to comment.