Bug 35090 - Additional fields - marcfield of type 'get' doesn't work in serial subscriptions
Summary: Additional fields - marcfield of type 'get' doesn't work in serial subscriptions
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 10855
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-18 13:36 UTC by Pedro Amorim
Modified: 2023-10-18 13:36 UTC (History)
3 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 Pedro Amorim 2023-10-18 13:36:38 UTC
To reproduce, k-t-d:
1) Add a new subscription additional field, visit:
http://localhost:8081/cgi-bin/koha/admin/additional-fields.pl?tablename=subscription
2) Add a name, set MARC field '942$c' and MARC field mode = 'Get value from MARC record'. Hit 'save'.
3) Add a new subscription serial, visit:
http://localhost:8081/cgi-bin/koha/serials/subscription-add.pl
4) Input a biblionumber with data in it, e.g. '112'. Click 'Next' and 'Ok' on the alert box.
5) Notice the MARC field does not contain any data.
6) Fill in all mandatory fields. Hit 'Test prediction'. Hit 'save'.
7) Notice how the subscription screen does not show any MARC field.
8) Notice how nothing is saved in the database:
select * from additional_field_values;

I think step 5) should display the data since I believe that is the intended behavior. Anyone able to confirm this?