[Koha-bugs] [Bug 20461] New subscription form: "Item type" and "item type for older issues" fields are ignored

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 22 16:06:42 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461

--- Comment #1 from Victor Grousset/tuxayo <victor.grousset at biblibre.com> ---
Created attachment 73157
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73157&action=edit
Bug 20461 : Serials: fix ignored params in subscription creation form

In subscription-add.pl, the two params aren't passed to
NewSubscription() but they are to ModSubscription()

== Test plan ==
1. Enable syspref "makePreviousSerialAvailable"
2. Create a minimal subscription with a value in the "Item type" and
     "item type for older issues" fields.
3. Edit the subscription
4. You should see that the two fields are empty. This is the bug.
5. Apply this patch
6. Do step 2 and 3
7. You should see that the two fields have the right value
8. Express the joy of a successful and easy sign off.
   (this is important, otherwise the sign off spell won't work!)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list