Bug 19864

Summary: UNIMARC field 100 plugin broken
Product: Koha Reporter: Owen Leonard <oleonard>
Component: CatalogingAssignee: Owen Leonard <oleonard>
Status: CLOSED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: m.de.rooy, mtompset
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 19864: UNIMARC field 100 plugin broken

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 ***