Bug 7827 - After creating a new biblio to be used in a subscription, the subscription entry form should be populated with the biblionumber
Summary: After creating a new biblio to be used in a subscription, the subscription en...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Colin Campbell
QA Contact:
URL: serials/subscription-add.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 14:28 UTC by Owen Leonard
Modified: 2023-10-29 11:54 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2012-03-26 14:28:34 UTC
If you are creating a new subscription at serials/subscription-add.pl and click the link to "create biblio," the add biblio process happening in that pop-up window isn't tailored to the subscription create process.

Ideally, after saving the new biblio the window would close and the subscription add form would be populated with the new biblionumber. I assume this would have to be done by passing a parameter from the add subscription page so that the addbiblio.pl save process can be redirected.
Comment 1 Katrin Fischer 2014-03-27 06:14:36 UTC
This is still valid for current master.
Comment 2 Martin Renvoize 2023-07-28 09:37:29 UTC
Still an issue?
Comment 3 Katrin Fischer 2023-10-29 11:54:07 UTC
I just tested this and the biblionumber was not sent back to the form when closing the window.

1) Add new subscription
2) Create record link
3) Downloaded a record from Z39.50
4) Fixed errors
5) Saved
6) Went to item form, instead of closing
7) Closing window manually - biblionumber remains empty.

If this is not supposed to work, maybe we should open the cataloguing form in a new tab instead.