From: Web Access Date: Tue, 2 Jun 2015 08:42:29 +0000 (+0530) Subject: Warning fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=111775d319977b9903e75cf6c7b255914ea49388;p=civicrm-core.git Warning fix --- diff --git a/CRM/Price/BAO/LineItem.php b/CRM/Price/BAO/LineItem.php index c442239706..290da64d81 100644 --- a/CRM/Price/BAO/LineItem.php +++ b/CRM/Price/BAO/LineItem.php @@ -143,13 +143,13 @@ AND li.entity_id = {$entityId} * @param null $isQuick * @param bool $isQtyZero * @param bool $relatedEntity - * @param bool $invoice * * @param string $overrideWhereClause * E.g "WHERE contribution id = 7 " per the getLineItemsByContributionID wrapper. * this function precedes the convenience of the contribution id but since it does quite a bit more than just a db retrieval we need to be able to use it even * when we don't want it's entity-id magix * + * @param bool $invoice * @return array * Array of line items */