Bugzilla – Attachment 23546 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]
Bug 8230: Followup Bug 5336: Change numbers with understandable codes for orderstatus
Bug-8230-Followup-Bug-5336-Change-numbers-with-und.patch (text/plain), 1.53 KB, created by
Kyle M Hall (khall)
on 2013-12-13 19:58:33 UTC
(
hide
)
Description:
Bug 8230: Followup Bug 5336: Change numbers with understandable codes for orderstatus
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-12-13 19:58:33 UTC
Size:
1.53 KB
patch
obsolete
>From 450ff9936ece6c5546d0e10d184d96b5287db5b7 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] Bug 8230: Followup Bug 5336: Change numbers with understandable codes for orderstatus > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Passes koha-qa.pl, works as advertised. No regressions found. >--- > .../prog/en/modules/catalogue/detail.tt | 10 +++++----- > 1 files 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 1bac5a9..294496a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -847,11 +847,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.2.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 8230
:
10197
|
17651
|
21199
|
22047
|
22326
|
22524
|
22544
|
22545
|
23545
| 23546