From 71c34b49d8d8aca9d3ff84151eb5466dbc994280 Mon Sep 17 00:00:00 2001 From: Fridolin SOMERS Date: Mon, 30 Dec 2013 09:48:52 +0100 Subject: [PATCH] Revert "Bug 8230: (follow-up) reflect the fact that order statuses are now alphabetic codes" This reverts commit a2a87e04e20e98374225de87a84c5db6043f1f55. --- .../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 294496a529..1bac5a985f 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() { [% order.datereceived | $KohaDates%] [% SWITCH order.orderstatus %] - [% CASE 'new' %]New - [% CASE 'ordered' %]Ordered - [% CASE 'partial' %]Partial - [% CASE 'complete' %]Complete - [% CASE 'cancelled' %]Cancelled + [% CASE '0' %]New + [% CASE '1' %]Ordered + [% CASE '2' %]Partial + [% CASE '3' %]Complete + [% CASE '4' %]Deleted [% END %] -- 2.39.5