Bugzilla – Attachment 33475 Details for
Bug 13207
"Branch:" on basket page should read "Library:"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Passed QA] Bug 13207: "Branch" on basket summary page should be "Library"
Passed-QA-Bug-13207-Branch-on-basket-summary-page-.patch (text/plain), 1.96 KB, created by
Martin Renvoize (ashimema)
on 2014-11-12 08:54:18 UTC
(
hide
)
Description:
[Passed QA] Bug 13207: "Branch" on basket summary page should be "Library"
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-11-12 08:54:18 UTC
Size:
1.96 KB
patch
obsolete
>From feb21011e3fc8084a5c165fb3c6975f4dbfc8bd2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 10 Nov 2014 00:08:10 +0100 >Subject: [PATCH] [Passed QA] Bug 13207: "Branch" on basket summary page > should be "Library" > >To test: >- Create or find an open basket/order in the acquisition module >- Check that "Branch" now reads "library" >- Set to "no library" >- No branches should be seen there. > >Signed-off-by: jeremie.benarros <jeremie.benarros@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 056a92a..9cc23bd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -293,16 +293,16 @@ > </form> > </li> > <li id="branch"> >- <span class="label">Branch:</span> >+ <span class="label">Library:</span> > [% IF basketbranchname %] > [% basketbranchname %] > [% ELSE %] >- No branch >+ No library > [% END %] > [% IF branches_loop.size %] > <form action="" method="post"> > <select id="branch" name="branch"> >- <option value="">(no branch)</option> >+ <option value="">(no library)</option> > [% FOREACH branch IN branches_loop %] > [% IF (branch.selected) %] > <option selected="selected" value="[% branch.branchcode %]"> [% branch.branchname %]</option> >-- >1.7.10.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 13207
:
33402
|
33443
| 33475