Bug 6524

Summary: When editing a subscription. Save it results to a new subscription
Product: Koha Reporter: Alex Arnaud <alex.arnaud>
Component: SerialsAssignee: Colin Campbell <colin.campbell>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: critical    
Priority: P5 - low    
Version: 3.6   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Alex Arnaud 2011-06-22 14:25:57 UTC
When you want to edit a suscription ( cgi-bin/koha/serials/subscription-add.pl?op=mod&amp;subscriptionid= ) and you click on "save subscription", then koha creates a new one instead of edits it.

This is because 'modname' variable is not passed to the template in the case where op == mod.
Comment 1 Katrin Fischer 2011-06-22 14:31:40 UTC
I wrote a patch for that, it's on bug 6305. One of the problems described there is still open - item creation from serials is still broken.

*** This bug has been marked as a duplicate of bug 6305 ***