Bug 20461: Serials: fix ignored params in subscription creation form
authorVictor Grousset <victor.grousset@biblibre.com>
Thu, 22 Mar 2018 14:44:00 +0000 (15:44 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 23 Apr 2018 22:36:31 +0000 (22:36 +0000)
commitb02528d8bb7e8e86d0157166e0d2868e64d19d51
treecd3848198de13d32b3bf0fa97eba3aaf426949a5
parent1665a91b21130c3c6912613acce391a18921a827
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!)

Signed-off-by: delaye <stephane.delaye@biblibre.com>
Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
serials/subscription-add.pl