Koha/t/db_dependent/Circulation
Jonathan Druart 31c29fd31f Bug 21206: Replace C4::Items::GetItem
Note: This is here for information purpose, feel free to test it if you
wan to play with it.

TODO: C4::Reserves::_get_itype is not longer in use

No more GetItem must be returned by:
git grep GetItem|grep -v GetItemsAvailableToFillHoldRequestsForBib|grep
-v GetItemsForInventory|grep -v GetItemsInfo|grep -v
GetItemsLocationInfo|grep -v GetItemsInCollection|grep -v
GetItemCourseReservesInfo|grep -v GetItemnumbersFromOrder|grep -v
GetItemSearchField|grep -v GetItemTypesCategorized|grep -v
GetItemNumbersFromImportBatch|cut -d':' -f1|sort|uniq

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-02-26 13:24:07 +00:00
..
IssuingRules Bug 21817: Centralize the mock of userenv from tests 2019-01-02 20:18:29 +00:00
Branch.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00
CalcDateDue.t
CalcFine.t Bug 21196: Add tests 2018-09-26 16:00:12 +00:00
Chargelostitem.t Bug 18677: (QA follow-up) Trivial fixes to Chargelostitem.t 2018-11-16 12:43:11 +00:00
CheckIfIssuedToPatron.t Bug 14334: Remove AutoCommit from tests 2018-12-14 13:42:37 +00:00
CheckValidBarcode.t Bug 14334: Remove AutoCommit from tests 2018-12-14 13:42:37 +00:00
dateexpiry.t Bug 19943: Fix dateexpiry.t - create the biblioitem entry 2018-03-23 13:24:15 -03:00
GetHardDueDate.t Bug 21753: Remove all reference of chargename from scripts 2019-01-04 03:13:49 +00:00
GetPendingOnSiteCheckouts.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00
GetTopIssues.t Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber 2018-07-18 15:49:47 +00:00
IsItemIssued.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
issue.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
MarkIssueReturned.t Bug 22049: Do not pass Koha::Patron to AddIssue 2019-02-22 14:56:32 +00:00
NoIssuesChargeGuarantees.t Bug 19943: Fix NoIssuesChargeGuarantees.t - create the biblioitem entry 2018-03-23 13:24:15 -03:00
OfflineOperation.t Bug 14334: Remove AutoCommit from tests 2018-12-14 13:42:37 +00:00
Returns.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
StoreLastBorrower.t
SwitchOnSiteCheckouts.t Bug 21817: Centralize the mock of userenv from tests 2019-01-02 20:18:29 +00:00
TooMany.t Bug 21817: Centralize the mock of userenv from tests 2019-01-02 20:18:29 +00:00
transfers.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00