Bugzilla – Attachment 20849 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 KohaAuthorisedValues and AuthorisedValues - Followup
PASSED-QA-Bug-10626---Remove-doubled-up-TT-plugins.patch (text/plain), 2.93 KB, created by
Katrin Fischer
on 2013-09-07 17:46:38 UTC
(
hide
)
Description:
[PASSED QA] Bug 10626 - Remove doubled up TT plugins - Merge KohaAuthorisedValues and AuthorisedValues - Followup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-07 17:46:38 UTC
Size:
2.93 KB
patch
obsolete
>From a25bee35304a260579dda358f84c10cf1d8c89fb Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 27 Aug 2013 13:12:11 -0400 >Subject: [PATCH] [PASSED QA] Bug 10626 - Remove doubled up TT plugins - Merge > KohaAuthorisedValues and AuthorisedValues - Followup >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Trying to write my own test plan here: > >1) AllowNotForLoanOverride = Allow > Mark single item not for loan and try to check it out. > Check item not for loan status shows up correctly in message: > Item is normally not for loan (Staff Collection). Check out anyway? > >2) Toggle AllowNotForLoanOverride = Not Allow > Try to check out your not for loan item again. > Message has changed, but not for loan status should still show: > Item not for loan (Staff Collection). > >3) Check out item that is marked damaged. > Check damaged status shows correctly in list of checkouts. > >4) Mark item as lost and check it out. > Check lost status shows up correctly in message: > This item has been lost with a status of "Lange überfällig (Verloren)". > >5) Create your own custom SUGGEST_STATUS and check that it shows > up correctly on the suggestion page. > >6) Test item status show up correctly on OPAC detail page (lost, not > for loan, damaged, etc). Requires follow-up patch to be applied. > >7) Mark a suggestion with your custom status and make sure it shows > up in the patron account in OPAC correctly. > >Passes tests and QA script - needs a follow up for item-status-schema-org.inc. >--- > .../prog/en/modules/circ/view_holdsqueue.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 3482de6..f42bb47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -1,5 +1,5 @@ > [% USE ItemTypes %] >-[% USE KohaAuthorisedValues %] >+[% USE AuthorisedValues %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Circulation › Holds queue</title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -77,7 +77,7 @@ $(document).ready(function() { > [% IF ( itemsloo.size ) %][% itemsloo.size %][% END %] [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %]</p> > </div> > </td> >- <td class="hq-collection">[% KohaAuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %]</td> >+ <td class="hq-collection">[% AuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %]</td> > <td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) %]</td> > <td class="hq-callnumber">[% itemsloo.location %] [% itemsloo.itemcallnumber %]</td> > <td class="hq-copynumber">[% itemsloo.copynumber %]</td> >-- >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