Bugzilla – Attachment 20704 Details for
Bug 10430
status filter not working in serial claims when translated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10430 - arrived and stopped status are not possible in serial claim
0002-Bug-10430-arrived-and-stopped-status-are-not-possibl.patch (text/plain), 2.02 KB, created by
Fridolin Somers
on 2013-08-28 13:39:37 UTC
(
hide
)
Description:
Bug 10430 - arrived and stopped status are not possible in serial claim
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-08-28 13:39:37 UTC
Size:
2.02 KB
patch
obsolete
>From ba0d3949b1ca6299a1d5ba2a2183979c4745b1c4 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 28 Aug 2013 15:32:24 +0200 >Subject: [PATCH 2/2] Bug 10430 - arrived and stopped status are not possible > in serial claim > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index 8caedc4..79f69be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -208,11 +208,9 @@ > <select id="statusfilter" onchange="filterByStatus();"> > <option value="all" selected="selected">(All)</option> > <option value="expected">Expected</option> >- <option value="arrived">Arrived</option> > <option value="late">Late</option> > <option value="missing">Missing</option> > <option value="claimed">Claimed</option> >- <option value="stopped">Stopped</option> > </select> > </li> > >@@ -287,11 +285,9 @@ > </td> > <td> > [% IF ( missingissue.status1 ) %]<span class="status-expected">Expected</span>[% END %] >- [% IF ( missingissue.status2 ) %]<span class="status-arrived">Arrived</span>[% END %] > [% IF ( missingissue.status3 ) %]<span class="status-late">Late</span>[% END %] > [% IF ( missingissue.status4 ) %]<span class="status-missing">Missing</span>[% END %] > [% IF ( missingissue.status7 ) %]<span class="status-claimed">Claimed</span>[% END %] >- [% IF ( missingissue.status8 ) %]<span class="status-stopped">Stopped</span>[% END %] > </td> > <td class="planneddate"> > [% missingissue.planneddate %] >-- >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 10430
:
18748
|
20197
|
20588
| 20704