[Koha-bugs] [Bug 35090] New: Additional fields - marcfield of type 'get' doesn't work in serial subscriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 18 15:36:38 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35090

            Bug ID: 35090
           Summary: Additional fields - marcfield of type 'get' doesn't
                    work in serial subscriptions
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Serials
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: julian.maurice at biblibre.com, katrin.fischer at bsz-bw.de,
                    martin.renvoize at ptfs-europe.com
        Depends on: 10855

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?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855
[Bug 10855] Custom fields for subscriptions
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list