https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047
Alex Arnaud <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Alex Arnaud <[email protected]> --- Here is a test plan: - Install and run a Mana server as described in the README file: http://git.biblibre.com/biblibre/koha-mana/blob/master/README.md, - apply this patch on Koha, - change the $MANA_IP variable in Koha/SharedContent.pm with the one used by your Mana server (may be http://localhost:5000 for a local instance), - go to a subscription detail page (cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=xx) and click on the share button in the toolbar. - check that the subscription has been recorded in the Mana database (subscription table), - in Koha, remove this subscription and the related frequency and numbering pattern, - go to the biblio detail page of the related deleted subscription (cgi-bin/koha/catalogue/detail.pl?biblionumber=xx), - click on New -> new subscription in the toolbar - click on next on the first step form. On the second step you should get the message: " Frequency and Numbering pattern have been already proposed for this subscription on Mana [...]", - click on "here", choose the subscription (Use) and finish the new subscription. - check that the subscription has been created with the corresponding frequency and numbering pattern. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
