Bugzilla – Attachment 22524 Details for
Bug 8230
Show the ordered status in catalogue page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Show the ordered status in catalogue page
0002-Bug-8230-Followup-Bug-5336-Change-numbers-with-under.patch (text/plain), 1.43 KB, created by
Paola Rossi
on 2013-10-29 15:57:19 UTC
(
hide
)
Description:
Show the ordered status in catalogue page
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2013-10-29 15:57:19 UTC
Size:
1.43 KB
patch
obsolete
>From 24afafcdfd295fa624d421e3631dc5cf69c4b3f5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 18 Oct 2013 15:05:11 +0200 >Subject: [PATCH 2/2] Bug 8230: Followup Bug 5336: Change numbers with > understandable codes for orderstatus > > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 53a059b..87c5b04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -740,11 +740,11 @@ function verify_images() { > <td><span title="[% order.datereceived %]">[% order.datereceived | $KohaDates%]</span></td> > <td> > [% SWITCH order.orderstatus %] >- [% CASE '0' %]New >- [% CASE '1' %]Ordered >- [% CASE '2' %]Partial >- [% CASE '3' %]Complete >- [% CASE '4' %]Deleted >+ [% CASE 'new' %]New >+ [% CASE 'ordered' %]Ordered >+ [% CASE 'partial' %]Partial >+ [% CASE 'complete' %]Complete >+ [% CASE 'cancelled' %]Cancelled > [% END %] > </td> > <td> >-- >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 8230
:
10197
|
17651
|
21199
|
22047
|
22326
|
22524
|
22544
|
22545
|
23545
|
23546