Bugzilla – Attachment 150095 Details for
Bug 32818
Clean up cataloguing/value_builder/marc21_field_005.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32818: Fix cataloguing/value_builder/marc21_field_005.pl
Bug-32818-Fix-cataloguingvaluebuildermarc21field00.patch (text/plain), 1017 bytes, created by
Katrin Fischer
on 2023-04-22 21:18:40 UTC
(
hide
)
Description:
Bug 32818: Fix cataloguing/value_builder/marc21_field_005.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-22 21:18:40 UTC
Size:
1017 bytes
patch
obsolete
>From eeba63f4d55bcaef49d698a869b92af9ba290377 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 3 Feb 2023 11:58:51 +0100 >Subject: [PATCH] Bug 32818: Fix cataloguing/value_builder/marc21_field_005.pl > >Remove unnecessary return statement > >This is part of the refactoring happening in bug 30975 > >Test plan: >1. Verify that the plugin continues to work as before > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > cataloguing/value_builder/marc21_field_005.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cataloguing/value_builder/marc21_field_005.pl b/cataloguing/value_builder/marc21_field_005.pl >index 6b5263163a..545a1a4f91 100755 >--- a/cataloguing/value_builder/marc21_field_005.pl >+++ b/cataloguing/value_builder/marc21_field_005.pl >@@ -34,7 +34,6 @@ my $builder = sub { > > function Focus$function_name(event) { > document.getElementById(event.data.id).value='$date'; >- return 0; > } > > </script> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32818
:
146076
|
148847
| 150095