Bugzilla – Attachment 164801 Details for
Bug 36552
Update record 'date entered on file' when duplicating a record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36552: (QA follow-up) Add POSIX module
Bug-36552-QA-follow-up-Add-POSIX-module.patch (text/plain), 1.23 KB, created by
Marcel de Rooy
on 2024-04-12 08:12:44 UTC
(
hide
)
Description:
Bug 36552: (QA follow-up) Add POSIX module
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-04-12 08:12:44 UTC
Size:
1.23 KB
patch
obsolete
>From cfd93cffc4ff5dcad625070f86d3cf658ebc9b07 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 12 Apr 2024 08:07:40 +0000 >Subject: [PATCH] Bug 36552: (QA follow-up) Add POSIX module >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > authorities/authorities.pl | 1 + > cataloguing/addbiblio.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 42d96bfc77..c1d4a04cca 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -21,6 +21,7 @@ > use Modern::Perl; > > use CGI qw ( -utf8 ); >+use POSIX; > use C4::Auth qw( get_template_and_user ); > use C4::Output qw( output_html_with_http_headers ); > use C4::AuthoritiesMarc qw( AddAuthority ModAuthority GetAuthority GetTagsLabels GetAuthMARCFromKohaField FindDuplicateAuthority ); >diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl >index fdcabeae66..6230c922f6 100755 >--- a/cataloguing/addbiblio.pl >+++ b/cataloguing/addbiblio.pl >@@ -22,6 +22,7 @@ > use Modern::Perl; > > use CGI; >+use POSIX; > use C4::Output qw( output_html_with_http_headers ); > use C4::Auth qw( get_template_and_user haspermission ); > use C4::Biblio qw( >-- >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 36552
:
164556
|
164687
|
164800
| 164801 |
164802