]> git.koha-community.org Git - koha.git/commit
Bug 6589: Adding supplements broken
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 14 Jul 2011 08:02:46 +0000 (04:02 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 22 Jul 2011 20:27:41 +0000 (16:27 -0400)
commit012f32da1615d13c490320651069712d93c40ebc
treef13fc2c8007872a47f21e335aa8ad66999fdd9ef
parentcf80d6ae0655b1a070f284eb07b495862fd91447
Bug 6589: Adding supplements broken

To test:
- add a new subscription, choose 'create items on receive'
- receive some issues and create items > should work ok
- create a supplement, alone or at the same time as receiving a normal issue
- check if item was created and attached to the biblio record

Without patch this should give you an error message. Although supplement will be created,
no item will be added to the bibliogrpahic record.

With patch applied there should be no error message and the item should be created
and attached to the proper record.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit d80659ce3543d01e0f9e4f280b63f76d00d2a27b)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt
serials/serials-edit.pl