Bug 12583: DelItem prototype - prefer hashref
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 16 Jul 2014 11:44:39 +0000 (13:44 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 25 Jul 2014 22:06:12 +0000 (19:06 -0300)
commitba81cdcdb2806e3b60786ed47258a189703ccffb
tree2a4263cc6b595d8b6599cd7666b31f2f5c80f37b
parent7c809faba9e3a756374df5de82d6c98884cbe677
Bug 12583: DelItem prototype - prefer hashref

To delete an item, only the itemnumber should be mandatory. The DelItem
routine can retrieve the biblionumber from the itemnumber.

Test plan:
Verify that t/db_dependent/Items/DelItem.t passes

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Acquisition.pm
C4/Items.pm
t/db_dependent/Items.t