[Koha-bugs] [Bug 7910] Batch renewal of serials and order creation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 9 17:02:30 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 10717
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10717&action=edit
Bug 7910 - Batch renewal of serials

To Test:
1) Go to Serials click on Check expiration link.
2) Search some subscription which have to expire it will give some result.
3) Select atleast one subscription which you want to renew.
4) Check the expiration date after renew.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
modify
+    subscriptionid => @subscriptionid,
with
+    subscriptionid => \@subscriptionid,

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


More information about the Koha-bugs mailing list