Bug 6524 - When editing a subscription. Save it results to a new subscription
Summary: When editing a subscription. Save it results to a new subscription
Status: CLOSED DUPLICATE of bug 6305
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: 3.6
Hardware: All All
: P5 - low critical
Assignee: Colin Campbell
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-22 14:25 UTC by Alex Arnaud
Modified: 2019-06-27 09:24 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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&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 ***