Bug 17974 (QA Followup)
authorNick Clemens <nick@bywatersolutions.com>
Thu, 16 Feb 2017 11:04:11 +0000 (11:04 +0000)
committerMason James <mtj@kohaaloha.com>
Sat, 29 Jul 2017 19:04:14 +0000 (07:04 +1200)
commit92e8dc5c92bcb133a1145d494600084b6c21979d
tree26650e484b73dab4a5c32dfb74a3b88396bb7531
parent6c6f7d3ce61bae2da0dda96cdf4cdafa10dd1c16
Bug 17974 (QA Followup)

    Use the $biblio_rs variable

    In case of Koha::Object you can call new_from_dbic directly, however,
    it fails for Koha::Objects so using an intermediary variable should
    be done for consistency

Signed-off-by: Mason James <mtj@kohaaloha.com>
Koha/Item.pm