additional fix
[civicrm-core.git] / CRM / Contribute / Form / AdditionalPayment.php
index 5364465de56e96ad2b50f0d51e17079866ef4e38..230c7e8600d3ee965a22c4ff39690b5a2311667f 100644 (file)
@@ -255,7 +255,7 @@ class CRM_Contribute_Form_AdditionalPayment extends CRM_Contribute_Form_Abstract
       $this->add('select', 'payment_instrument_id',
         ts('Payment Method'),
         array('' => ts('- select -')) + CRM_Contribute_PseudoConstant::paymentInstrument(),
-        FALSE,
+        TRUE,
         array('onChange' => "return showHideByValue('payment_instrument_id','4','checkNumber','table-row','select',false);")
       );