Skip to content

Commit

Permalink
Update SoftCredit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joannechester committed Jan 9, 2015
1 parent de5d6d1 commit 280511c
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 280511c

Please sign in to comment.