Bug 16139: Renaming 'Unseen since' column to 'Last seen'
authorAleisha <aleishaamohia@hotmail.com>
Wed, 23 Mar 2016 22:25:33 +0000 (22:25 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 25 Mar 2016 21:49:13 +0000 (21:49 +0000)
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 <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

index 5143b3c..9be593d 100644 (file)
@@ -251,7 +251,7 @@ $(document).ready(function(){
             <th>Lost</th>
             <th>Damaged</th>
             <th>Withdrawn</th>
-            <th>Unseen since</th>
+            <th>Last seen</th>
             <th>Problems</th>
         </tr>
     </thead>