bug 3481 followup - improve CartToShelf
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 16:51:12 +0000 (12:51 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 17:07:33 +0000 (13:07 -0400)
commitdafb3e20da9cb470bde058c924d655413e462739
tree75311cb111a24d6005843a7d22e1e396afeffca3
parent4b71494f19f02a5037ab536b748c3f6f017cea99
bug 3481 followup - improve CartToShelf

* added POD
* removed optional $barcode argument - in all cases,
  itemnumber is known, and we should stick with
  itemnumber when retrieving an existing item
* use ModItem to do the update so that indexer
  will know to reindex bib - otherwise, can't
  do an accurate search of items that are on
  the shelving cart.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Circulation.pm
C4/Items.pm