[REF] Remove never-passed param from getLineItems
authoreileen <emcnaughton@wikimedia.org>
Thu, 9 Jan 2020 05:33:16 +0000 (18:33 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 9 Jan 2020 06:35:22 +0000 (19:35 +1300)
commitca5c1e43cbb97262b55d12f522a3964cf293e59f
tree9f84758e92f96f437b2a90da7e70998b6ef7bc49
parentc77f9b14576dbe8314a82b2e4f19a170d3cc1695
[REF] Remove never-passed param from getLineItems

Parameter  was added to getLineItems in https://github.com/civicrm/civicrm-core/commit/25d0c6478ee236a4ac150e8d2b39614602ca4ae8
to support invoicing. However that function no longer calls getLineItems & has not for some time (at least a year). No other functions
pass in this parameter so we can remove it
CRM/Price/BAO/LineItem.php