Bugzilla – Attachment 155183 Details for
Bug 34257
Library limitations for item types not respected when batch modding items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34257: (QA follow-up): tidy up code
Bug-34257-QA-follow-up-tidy-up-code.patch (text/plain), 1001 bytes, created by
Victor Grousset/tuxayo
on 2023-09-03 23:55:21 UTC
(
hide
)
Description:
Bug 34257: (QA follow-up): tidy up code
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-09-03 23:55:21 UTC
Size:
1001 bytes
patch
obsolete
>From bd08186fed0d319faf83689ea6cc3b91df4ac33a Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 4 Sep 2023 01:06:23 +0200 >Subject: [PATCH] Bug 34257: (QA follow-up): tidy up code > >--- > tools/batchMod.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index 0a19b674a5..97a9396c0e 100755 >--- a/tools/batchMod.pl >+++ b/tools/batchMod.pl >@@ -282,9 +282,9 @@ if ($op eq "show"){ > ), > ignore_not_allowed_subfields => 1, > kohafields_to_ignore => ['items.barcode'], >- prefill_with_default_values => $use_default_values, >- branch_limit => C4::Context->userenv->{"branch"}, >- default_branches_empty => 1, >+ prefill_with_default_values => $use_default_values, >+ branch_limit => C4::Context->userenv->{"branch"}, >+ default_branches_empty => 1, > } > ); > >-- >2.42.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 34257
:
154660
|
154686
|
155182
| 155183