Bugzilla – Attachment 158419 Details for
Bug 18138
Use MARC modification template when adding/updating bibliographic records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18138: Fix variable name
Bug-18138-Fix-variable-name.patch (text/plain), 848 bytes, created by
Katrin Fischer
on 2023-11-05 00:31:06 UTC
(
hide
)
Description:
Bug 18138: Fix variable name
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-05 00:31:06 UTC
Size:
848 bytes
patch
obsolete
>From 2d51f3acbd2653c9aa8f2456c791641af42e0a80 Mon Sep 17 00:00:00 2001 >From: Per Larsson <per.larsson@ub.gu.se> >Date: Thu, 14 Oct 2021 09:55:24 +0200 >Subject: [PATCH] Bug 18138: Fix variable name > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > svc/bib | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svc/bib b/svc/bib >index 9bfe5d2b2d..21a599f727 100755 >--- a/svc/bib >+++ b/svc/bib >@@ -129,7 +129,7 @@ sub update_bib { > } > > my $template_id = C4::Context->preference("SaveBiblioMarcModificationTemplate"); >- if ($id) { >+ if ($template_id) { > my $template = Koha::MarcModificationTemplates->find($template_id); > if ($template) { > ModifyRecordWithTemplate($template_id, $record); >-- >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 18138
:
61442
|
61443
|
61734
|
82783
|
86617
|
110266
|
110269
|
110270
|
110272
|
118439
|
118440
|
118441
|
118442
|
118443
|
118444
|
118824
|
120709
|
123125
|
123127
|
123128
|
123129
|
123130
|
123131
|
123132
|
123133
|
123137
|
124466
|
124467
|
124468
|
124469
|
124470
|
124471
|
124472
|
124473
|
124474
|
124475
|
124476
|
124477
|
124478
|
124484
|
124485
|
124486
|
124492
|
124493
|
124991
|
125157
|
148004
|
148005
|
148006
|
148007
|
148008
|
148009
|
157183
|
157184
|
157185
|
157186
|
157187
|
157188
|
157189
|
157190
|
157485
|
157486
|
157487
|
157488
|
157489
|
157490
|
157491
|
158414
|
158415
|
158416
|
158417
|
158418
| 158419 |
158420
|
158421
|
162612
|
162613