From 69dc5380fbea6f66ad73afe08bda6dfcc0299acf 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 7887d1fb64..3c0cc25a8d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -404,19 +404,19 @@

Filter

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