Bugzilla – Attachment 87756 Details for
Bug 22652
Editing Course reserves is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22652 - Editing Course reserves is broken
Bug-22652---Editing-Course-reserves-is-broken.patch (text/plain), 1.63 KB, created by
Owen Leonard
on 2019-04-11 10:28:09 UTC
(
hide
)
Description:
Bug 22652 - Editing Course reserves is broken
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-04-11 10:28:09 UTC
Size:
1.63 KB
patch
obsolete
>From 026b047b47b957722010b4bd6bd46ec674137536 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Thu, 11 Apr 2019 10:48:42 +0200 >Subject: [PATCH] Bug 22652 - Editing Course reserves is broken > >--- > .../intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >index 6c1c5f8..919c7d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >@@ -88,7 +88,7 @@ > <select id="holdingbranch" name="holdingbranch"> > <option value="">LEAVE UNCHANGED</option> > [% FOREACH b IN Branches.all() %] >- [% IF course_item.holdingbranch.defined && ( ( course.enabled == 'yes' && b.value == item.holdingbranch ) || ( course.enabled == 'no' && b.value == course_item.holdingbranch ) ) %] >+ [% IF course_item.holdingbranch.defined && ( ( course.enabled == 'yes' && b.branchcode == item.holdingbranch ) || ( course.enabled == 'no' && b.branchcode == course_item.holdingbranch ) ) %] > <option value="[% b.branchcode | html %]" selected="selected">[% b.branchname | html %]</option> > [% ELSE %] > <option value="[% b.branchcode | html %]">[% b.branchname | html %]</option> >-- >2.1.4
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 22652
:
87752
|
87756
|
87763
|
87936
|
87968