bug 1615: AddItem() now sets issues, renewals, and reserves
authorGalen Charlton <galen.charlton@liblime.com>
Sun, 2 Dec 2007 19:41:43 +0000 (13:41 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 2 Dec 2007 21:06:23 +0000 (15:06 -0600)
commit6bb4eb130de3fe5214a0805694819d135179340f
tree6844b1057b1b6b17859f5793e93c45c15408d988
parent45d570e378eaf1b2b9a18c8dcf8857e420644d42
bug 1615: AddItem() now sets issues, renewals, and reserves

When an item was created,  the renewals, issues, and reserves columns
were not set from the MARC data.  This was noticed particularly
in the context of batch loads, where a user might supply
data for those fields.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm