LP#
1659181 Mark Items Damaged Prompt
- Add new prompt for marking an item as damaged.
- If there is a fee when marking an item as damaged, offer the
option to charge as normal, manually bill the patron, or to waive
the charge.
-Affected interfaces: Holds pull list, Holds Shelf, Patron Holds,
Record Holds, Record Holdings, Item Status(List), Item Status(Detail)
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
modified: Open-ILS/src/templates/staff/cat/catalog/index.tt2
modified: Open-ILS/src/templates/staff/circ/checkin/index.tt2
modified: Open-ILS/src/templates/staff/circ/holds/index.tt2
new file: Open-ILS/src/templates/staff/circ/share/t_mark_damaged.tt2
modified: Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
modified: Open-ILS/web/js/ui/default/staff/cat/item/app.js
modified: Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
modified: Open-ILS/web/js/ui/default/staff/circ/services/circ.js
modified: Open-ILS/web/js/ui/default/staff/circ/services/holds.js
modified: Open-ILS/web/js/ui/default/staff/circ/services/item.js
Signed-off-by: Kathy Lussier <klussier@masslnc.org>