Warning fix
authorWeb Access <rohan.katkar@webaccessglobal.com>
Tue, 2 Jun 2015 08:42:29 +0000 (14:12 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Tue, 2 Jun 2015 08:42:29 +0000 (14:12 +0530)
CRM/Price/BAO/LineItem.php

index c4422397064e55c99a16aadf4419331126065555..290da64d813b41e3c1cd2cf2d7b0b4fb681087d8 100644 (file)
@@ -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
    */