Bugzilla – Attachment 20847 Details for
Bug 10626
Remove doubled up TT plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10626 - Remove doubled up TT plugins - Merge KohaBranchName and Branches - Followup
PASSED-QA-Bug-10626---Remove-doubled-up-TT-plugins.patch (text/plain), 1.54 KB, created by
Katrin Fischer
on 2013-09-07 17:06:17 UTC
(
hide
)
Description:
[PASSED QA] Bug 10626 - Remove doubled up TT plugins - Merge KohaBranchName and Branches - Followup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-07 17:06:17 UTC
Size:
1.54 KB
patch
obsolete
>From 195bcb8aff44f6a64e40932b51c981722e2ce579 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 27 Aug 2013 13:14:12 -0400 >Subject: [PATCH] [PASSED QA] Bug 10626 - Remove doubled up TT plugins - Merge > KohaBranchName and Branches - Followup > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >To test: >Make sure >- independentbranches is turned on >- Your user doesn't have superlibrarian permission >Then >- Try to check out an item with home and holding branch != > logged in branch > >Patch works alright. >--- > .../prog/en/modules/circ/circulation.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index f19a8af..bb6e187 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1,4 +1,4 @@ >-[% USE KohaBranchName %] >+[% USE Branches %] > [% USE KohaDates %] > [% IF ( export_remove_fields OR export_with_csv_profile ) %] > [% SET exports_enabled = 1 %] >@@ -547,7 +547,7 @@ function validate1(date) { > [% END %] > > [% IF ( ITEMNOTSAMEBRANCH ) %] >- <li>This item belongs to [% itemhomebranch | $KohaBranchName %] and cannot be checked out from this location.</li> >+ <li>This item belongs to [% Branches.GetName( itemhomebranch ) %] and cannot be checked out from this location.</li> > [% END %] > > [% IF ( USERBLOCKEDREMAINING ) %] >-- >1.7.9.5
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 10626
:
19866
|
19867
|
19869
|
19870
|
20204
|
20205
|
20659
|
20660
|
20846
|
20847
|
20848
|
20849
|
20850
|
20962
|
22361
|
22363
|
22364
|
22365
|
22366
|
22367
|
22368
|
22369
|
23693
|
23695
|
23696