kohabug 2427 Correcting C4::Items:: _koha_new_item to populate items.copynumber
authorChris Nighswonger <chris.nighswonger@liblime.com>
Thu, 7 Aug 2008 21:05:41 +0000 (16:05 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 8 Aug 2008 11:10:26 +0000 (06:10 -0500)
commit6e714ce442c3f09f61685c8fc3d6bb14ecd89dd8
tree0c58a0efdcb3deceb8252340c92d9f2acaf8fd53
parent885b2337a11253a5d726955134514dff457e7d41
kohabug 2427 Correcting C4::Items:: _koha_new_item to populate items.copynumber

The INSERT was missing the copynumber parameter. moredetail.pl was also not setting
the copyvol template variable. This patch corrects these issues so that the copynumber
is both inserted when a new item is created (including during a bulkmarcimport.pl run)
and displayed properly on moredetail.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Items.pm
catalogue/moredetail.pl