Bug 19490: Add a 'Holds' column to the items batchmodification tool
authorNick Clemens <nick@bywatersolutions.com>
Mon, 14 May 2018 20:57:57 +0000 (20:57 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 5 Nov 2018 14:41:04 +0000 (14:41 +0000)
commite427cf5b3f3ded54dbc6899c149a2de3e8ab13ea
tree7aff6a1f2f47732c3c477bebc921922b620fe708
parente520d699109958712212ead8b8935a63402e5b37
Bug 19490: Add a 'Holds' column to the items batchmodification tool

To test:
1 - Add some items to bathc modification
2 - Note there is no indication fo holds
3 - Apply patch
4 - Reload and note you can see how many holds (or none)
5 - Note you can hide this column with css:
    #batchMod-edit .holds_count { display: none; }
6 - Note the column has a tooltip to indicate item vs. record holds

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt
koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js
tools/batchMod.pl