Skip to content

Commit

Permalink
Update adherent.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 19, 2018
1 parent 9cd5fab commit 5a98958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/class/adherent.class.php
Expand Up @@ -1614,7 +1614,7 @@ function subscriptionComplementaryActions($subscriptionid, $option, $accountid,
// Generate PDF (whatever is option MAIN_DISABLE_PDF_AUTOUPDATE) so we can include it into email
//if (empty($conf->global->MAIN_DISABLE_PDF_AUTOUPDATE))

$invoice->generateDocument($invoice->modelpdf, $outputlangs, 0, 0, 0);
$invoice->generateDocument($invoice->modelpdf, $outputlangs);
}
}

Expand Down

0 comments on commit 5a98958

Please sign in to comment.