Bugzilla – Attachment 152839 Details for
Bug 34122
Updating location changes location of all related records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34122: Fix for shelving locations that were applying to all item records.
Bug-34122-Fix-for-shelving-locations-that-were-app.patch (text/plain), 1.84 KB, created by
Laura Escamilla
on 2023-06-28 19:05:49 UTC
(
hide
)
Description:
Bug 34122: Fix for shelving locations that were applying to all item records.
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-06-28 19:05:49 UTC
Size:
1.84 KB
patch
obsolete
>From 04134fdc0a5796d7035514c361f8ee8d557ea56f Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 28 Jun 2023 19:03:34 +0000 >Subject: [PATCH] Bug 34122: Fix for shelving locations that were applying to > all item records. > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index cd48d884a0..bf2db91945 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -423,6 +423,7 @@ > [% IF item.permanent_location %] > [% SET permloc_authval = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.permanent_location ) %] > [% permloc_authval | html %] >+ [% IF item.location %] > [% SET item_location = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) %] > [% IF item_location AND item_location != permloc_authval AND item.location != item.permanent_location %] > ([% item_location | html %]) >@@ -430,6 +431,7 @@ > [% ELSE %] > [% item_location | html %] > [% END %] >+ [% END %] > </span> > </td> > [% IF ( itemdata_ccode ) %]<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %]</td>[% END %] >-- >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 34122
:
152839
|
152871