Bug 13947: Correct call to GetBiblio to receive correct return value
commit0ee0ede29e7a1df5566a56f948b233ecd5def112
authorMark Tompsett <mtompset@hotmail.com>
Thu, 2 Apr 2015 15:15:14 +0000 (2 11:15 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 21 Apr 2015 23:09:54 +0000 (22 11:09 +1200)
tree4ee2567c109f147917a967f296a718bbd26d59ff
parentb33afa78dcc0327d1e925b2563dbfc56c7c4bba8
Bug 13947: Correct call to GetBiblio to receive correct return value

When you attempt to edit the manual history for a subscription,
the title is blank. This is a result of an incorrect use of the
GetBiblio function.

TEST PLAN
---------
1) Log in to staff client
2) Serials
3) Search for an existing serial with manual history checked.
   -- creating one as needed is left as an exercise to the reader.
4) Click on the title of the serial for the details page.
5) Go to the Planning tab and click 'Edit History'
   -- Heading will be 'Subscription history for' without a
      title.
6) Apply patch
7) Refresh page.
   -- Heading will include the title correctly.
8) run koha qa test tools

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 35938a0cb3433fa0278cddbe07a0c8a8352c3585)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
serials/subscription-history.pl