From 513a21121dd9cd47b6611e8c098a277a5bd33234 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' 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 --- 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 -- 1.7.10.4