Bug 22219: Remove duplicated items in inventory (when skipping waiting holds)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Mar 2019 19:57:26 +0000 (16:57 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 15 Mar 2019 12:36:11 +0000 (12:36 +0000)
commit08ea70c109ce3432b5dd1a781d126c7353fca3da
tree373815097c7a2f8100ef322d5f7407596f6669c1
parent2be9fd23d2e9aa91e2e1f38a2817a54a5cdc5d21
Bug 22219: Remove duplicated items in inventory (when skipping waiting holds)

Test plan:
0/ Do not apply this patch
1/ Place several holds on a given item
2/ Use the inventory with the "skip waiting holds" option to list this item.
It will be displayed several times
3/ Apply this patch and confirm that the item is now only displayed once

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Items.pm