Bug 5861: items.stocknumber not saved correctly
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Wed, 16 Mar 2011 07:49:37 +0000 (08:49 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 17 Mar 2011 01:36:26 +0000 (14:36 +1300)
commit15126b1108ba5053e9262f15a1534b1b75435df7
tree5c7871746f70380a0a381ebc4c7e54df0d10c280
parent5f7b1a58f0f91a759adab9622b35db1ed3c3dd54
Bug 5861: items.stocknumber not saved correctly

The field was missing in Items.pm.
It will still act strangely if you enter a stocknumber that
already exists in the database. (see Bug 5860)
Adding/editing items with stocknumbers you have not used before
should work as expected.

[F. Demians] Was able to reproduce the bug on an UNIMARC DB. The patch works.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Items.pm