From 4d77833839eec87db3f0c4caf4d810d1570c37ce Mon Sep 17 00:00:00 2001 From: Aleisha Date: Wed, 23 Mar 2016 22:25:33 +0000 Subject: [PATCH] Bug 16139: Renaming 'Unseen since' column to 'Last seen' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Tools -> Inventory/Stocktaking 2) Submit empty form to bring back all records (or specify, up to you) 3) Notice column name 'Unseen since' 4) Apply patch and go back to Inventory/Stocktaking, resubmit form 5) Confirm column name is now 'Last seen' and makes more sense Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 5143b3c..9be593d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -251,7 +251,7 @@ $(document).ready(function(){ Lost Damaged Withdrawn - Unseen since + Last seen Problems -- 2.7.0