Bug 19371: Changed table column text to 'Cancel?' on the patron circulation page
authorAlex Buckley <alexbuckley@catalyst.net.nz>
Wed, 27 Sep 2017 07:20:34 +0000 (07:20 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 Oct 2017 19:11:23 +0000 (16:11 -0300)
Test plan:
1. Place a hold on an item

2. Search for the patron who the hold is associated with

3. View the Hold(s) tab of the Checkouts page and notice there is a
column with the text 'Delete?' and a button below the table with the
text 'Cancel marked holds'

4. Apply patch

5. Notice that the column text described in step 3 now has the text
'Cancel?' and the button text is the same as it was in step 3

Sponsored-By: Catalyst IT
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index 16473f9..d5507c0 100644 (file)
@@ -1012,7 +1012,7 @@ No patron matched <span class="ex">[% message | html %]</span>
                     <th>Pickup at</th>
                     <th>Expiration</th>
                     <th>Priority</th>
-                    <th>Delete?</th>
+                    <th>Cancel?</th>
                     <th>Suspend?</th>
                 </tr>
             </thead>