Bugzilla – Attachment 170904 Details for
Bug 37791
Fix terminology 'Biblio not found'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37791: (follow-up) Last occurence
Bug-37791-follow-up-Last-occurence.patch (text/plain), 1.52 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-08-30 11:44:30 UTC
(
hide
)
Description:
Bug 37791: (follow-up) Last occurence
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-08-30 11:44:30 UTC
Size:
1.52 KB
patch
obsolete
>From 7949aeda5b5f2da4c5d864d84a9da223d6ef369c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 30 Aug 2024 08:40:14 -0300 >Subject: [PATCH] Bug 37791: (follow-up) Last occurence > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl | 2 +- > misc/maintenance/process_record_through_filter.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl b/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl >index 11543f36a3e..5abed38bef8 100755 >--- a/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl >+++ b/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl >@@ -88,7 +88,7 @@ sub updateMarc { > $biblio &&= $biblio->metadata->record; > > unless ($biblio) { >- $debug and warn '[ERROR] Biblio not found.'; >+ $debug and warn '[ERROR] Bibliographic record not found.'; > return; > } > >diff --git a/misc/maintenance/process_record_through_filter.pl b/misc/maintenance/process_record_through_filter.pl >index 14aa9d4ef1d..9582867604e 100755 >--- a/misc/maintenance/process_record_through_filter.pl >+++ b/misc/maintenance/process_record_through_filter.pl >@@ -13,7 +13,7 @@ use Koha::RecordProcessor; > > my $biblio = Koha::Biblios->find($ARGV[0]); > unless ( $biblio ) { >- print "Biblio not found\n"; >+ print "Bibliographic record not found\n"; > exit; > } > my $record = $biblio->metadata->record; >-- >2.46.0
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 37791
:
170903
|
170904
|
171493
|
171494
|
171617
|
171618