Bug 7872 - C4::Items::GetItemsInfo should use C4::Koha instead of SQL queries directly
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 5 Apr 2012 13:41:29 +0000 (15:41 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Sun, 10 Jun 2012 09:08:14 +0000 (11:08 +0200)
commitc6f9d4cdc796ce7026763bf952564a0c0f642023
tree00865bc0bf1cb24aa4ebc64a7f1b3a44378678dc
parent9c492a7fae20812e71ec84ae0153c01d7471927d
Bug 7872 - C4::Items::GetItemsInfo should use C4::Koha instead of SQL queries directly

This simplifies code, and has nice side-effect that memoize of
C4::Koha functions will be more effective.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Items.pm