]> git.koha-community.org Git - koha.git/commit
Bug 9902 - item subfields not populating
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 27 Mar 2013 13:18:24 +0000 (09:18 -0400)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 3 Aug 2013 19:00:55 +0000 (16:00 -0300)
commitf7fdd8e36f98ed05ed0eb49c02d414aa8c5cb403
tree36cd10039b4689a52f7c407b2fcdc47babc8c48e
parent2db1c2b208c53a59bd896af426455122b7b738e5
Bug 9902 - item subfields not populating

Test Plan:
1) Create a new serial with a default location, call number, and library
   ( the library will need to be any but the one you are logged in as )
2) Click the "Recieve" button for this serial
3) Click "Click to add item"
4) Note those values are not populated
5) Apply the patch
6) Reload the page
7) Click "Click to add item"
8) Note those values are now populated

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
All tests pass!

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This seems to restore the former behaviour.

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
signing for 3.10.x - restores former behaviour.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely. Before applying the patch callnumber,
location and branches are not carried over correctly.
After applying the patch, this works as expected.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Pushed to 3.10.x
C4/Items.pm