Skip to content

Commit

Permalink
CIWEMB-372: Adjust payment scheme form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukh-moby committed Dec 4, 2023
1 parent a0f3d4b commit e038898
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], TRUE);
$this->add('textarea', 'parameters', ts('Parameters'), ['cols' => 49], False);

$this->addButtons([
[
Expand Down

0 comments on commit e038898

Please sign in to comment.