Bugzilla – Attachment 134539 Details for
Bug 27981
Add option to automatically set the 001 control number to the biblionumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27981: (follow-up) Correct variable
Bug-27981-follow-up-Correct-variable.patch (text/plain), 727 bytes, created by
Nick Clemens (kidclamp)
on 2022-05-03 13:46:05 UTC
(
hide
)
Description:
Bug 27981: (follow-up) Correct variable
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-05-03 13:46:05 UTC
Size:
727 bytes
patch
obsolete
>From c39ffac134d30b5db72f0ee17fd147dc11644795 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 3 May 2022 13:44:34 +0000 >Subject: [PATCH] Bug 27981: (follow-up) Correct variable > >--- > svc/import_bib | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svc/import_bib b/svc/import_bib >index 0ad68adacf..89264dec4a 100755 >--- a/svc/import_bib >+++ b/svc/import_bib >@@ -80,7 +80,7 @@ sub import_bib { > return $result; > } > if(C4::Context->preference('autoControlNumber') eq 'biblionumber'){ >- my @control_num = $record->field('001'); >+ my @control_num = $marc_record->field('001'); > $marc_record->delete_fields(@control_num); > } > >-- >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 27981
:
118461
|
118513
|
119704
|
119705
|
119717
|
121805
|
122280
|
122301
|
122344
|
122356
|
122672
|
122674
|
122675
|
124279
|
124280
|
124281
|
128223
|
128224
|
128225
|
132034
|
132035
|
132036
|
134536
|
134537
|
134538
|
134539
|
136022
|
140092
|
140093
|
140094
|
140095
|
140096
|
140097
|
140502