Skip to content

Commit

Permalink
Merge pull request civicrm#3 from joannechester/patch-1
Browse files Browse the repository at this point in the history
Update SoftCredit.php
  • Loading branch information
eileenmcnaughton committed Jan 9, 2015
2 parents de5d6d1 + 280511c commit c2c8d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Contribute/Form/SoftCredit.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class CRM_Contribute_Form_SoftCredit {
*/
static function buildQuickForm(&$form) {
$prefix = 'soft_credit_';
// by default generate 5 blocks
$item_count = 6;
// by default generate 19 blocks
$item_count = 20;

$showSoftCreditRow = 2;
$showCreateNew = TRUE;
Expand Down

0 comments on commit c2c8d92

Please sign in to comment.