From 5622b66359474387395b8e607e4bbe12c1f4312a Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Tue, 15 Jan 2019 20:59:16 +0000 Subject: [PATCH] Bug 20865: Removed space before : on order receive filters I removed space before : on order receive filters To find this change: 1. Create a vendor 2. Create a basket and add an order to basket 3. Close basket and select 'receive shipment' 4. Check that filter options found on the left side of the page finish with a colon and that there is no space before the colon Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit 3c328b9cf8d36e39b3c7b56226f746fd597362b0) Signed-off-by: Martin Renvoize (cherry picked from commit 2cfff2272e68f483a8054c4d0a96b5304d159d64) Signed-off-by: Jesse Maseto --- .../prog/en/modules/acqui/parcel.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index d2134eb097..4805547b15 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -388,20 +388,20 @@

Filter

  1. - - + +
  2. - - + +
  3. - - + +
  4. - - + +
  5. [% IF (UNIMARC) %]
  6. -- 2.39.5