Bugzilla – Attachment 39500 Details for
Bug 13946
Change order status 'Pending' to ordered like in database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13946: Change order status 'Pending' to 'Ordered'
Bug-13946-Change-order-status-Pending-to-Ordered.patch (text/plain), 2.40 KB, created by
Biblibre Sandboxes
on 2015-05-26 08:09:42 UTC
(
hide
)
Description:
Bug 13946: Change order status 'Pending' to 'Ordered'
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2015-05-26 08:09:42 UTC
Size:
2.40 KB
patch
obsolete
>From b2f8b14bb7638ef12968e69189d21e0e934d7225 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 25 May 2015 11:22:07 +0200 >Subject: [PATCH] Bug 13946: Change order status 'Pending' to 'Ordered' >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The order status after closing the basket is 'ordered' in the >database, but displays as 'pending' in the staff interface. > >As we use 'pending' when you have to review a suggestion, this >clashes in translations and the meaning is different. The patch >renames 'pending' for the order status to 'Ordered' to be more >clear. > >To test: >- Verfiy 'Ordered' shows in the pull down on the acq advanced > search and search still works correctly >- Verify the results table also display 'Ordered' as the status > >Signed-off-by: Cédric Vita <cedric.vita@dracenie.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 77e42a4..8cf89cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -95,9 +95,9 @@ var MSG_REMOVE_PATRON = _("Remove"); > <option value="new">New</option> > [% END %] > [% IF orderstatus == "ordered" %] >- <option value="ordered" selected="selected">Pending</option> >+ <option value="ordered" selected="selected">Ordered</option> > [% ELSE %] >- <option value="ordered">Pending</option> >+ <option value="ordered">Ordered</option> > [% END %] > [% IF orderstatus == "partial" %] > <option value="partial" selected="selected">Partially received</option> >@@ -180,7 +180,7 @@ var MSG_REMOVE_PATRON = _("Remove"); > <td> > [% SWITCH order.orderstatus %] > [% CASE 'new' %]New >- [% CASE 'ordered' %]Pending >+ [% CASE 'ordered' %]Ordered > [% CASE 'partial' %]Partially received > [% CASE 'complete' %]Received > [% CASE 'cancelled' %]Cancelled >-- >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 13946
:
39475
|
39500
|
39510
|
39700
|
39702