From 111775d319977b9903e75cf6c7b255914ea49388 Mon Sep 17 00:00:00 2001 From: Web Access Date: Tue, 2 Jun 2015 14:12:29 +0530 Subject: [PATCH] Warning fix --- CRM/Price/BAO/LineItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1