@@ -, +, @@ - 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -95,9 +95,9 @@ var MSG_REMOVE_PATRON = _("Remove"); [% END %] [% IF orderstatus == "ordered" %] - + [% ELSE %] - + [% END %] [% IF orderstatus == "partial" %] @@ -180,7 +180,7 @@ var MSG_REMOVE_PATRON = _("Remove"); [% SWITCH order.orderstatus %] [% CASE 'new' %]New - [% CASE 'ordered' %]Pending + [% CASE 'ordered' %]Ordered [% CASE 'partial' %]Partially received [% CASE 'complete' %]Received [% CASE 'cancelled' %]Cancelled --