Bug 19864 - UNIMARC field 100 plugin broken
Summary: UNIMARC field 100 plugin broken
Status: CLOSED DUPLICATE of bug 19968
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-21 15:58 UTC by Owen Leonard
Modified: 2018-01-18 19:33 UTC (History)
2 users (show)

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


Attachments
Bug 19864: UNIMARC field 100 plugin broken (1.22 KB, patch)
2017-12-21 16:07 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2017-12-21 15:58:25 UTC
Undefined subroutine &Date::Calc::Today called at cataloguing/value_builder/unimarc_field_100.pl line 75.
Comment 1 Owen Leonard 2017-12-21 16:07:41 UTC
Created attachment 70062 [details] [review]
Bug 19864: UNIMARC field 100 plugin broken

Triggering the UNIMARC plugin for MARC tag 100 results in an error. This
patch corrects the error by including the missing subroutine.

To test, apply the patch and configure a MARC framework to use the
plugin 'unimarc_field_100.pl' for a field. It is not necessary to test
on a UNIMARC system.

- Open a record for editing.
- Click the link to trigger the plugin for the field you configured.
- The plugin popup window should load correctly.
- Make changes in the form and submit. The configured field should be
  filled with the correct data.
Comment 2 Mark Tompsett 2018-01-17 19:16:01 UTC

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