From: Jason Stephenson Date: Sat, 7 Jul 2018 12:40:05 +0000 (-0400) Subject: LP 1779467: Add Mark Item(s) Discard/Weed to grid menus. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e9fa5f4903ac323dee22f04683698461560990a;p=working%2FEvergreen.git LP 1779467: Add Mark Item(s) Discard/Weed to grid menus. --- diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 index 191261767e..6c99c7bc93 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -62,6 +62,8 @@ + + [% l('Mark') %]

  • [% l('Item as Damaged') %]
  • +
  • [% l('Item as Discard/Weed) %]
  • [% l('Item as Missing') %]
  • [% l('Add') %]

    diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index 7f67e46ded..0618bf2e93 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -43,6 +43,8 @@ + diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 index eff1448663..85fd44ec97 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 @@ -24,6 +24,10 @@ label="[% l('Mark Items Damaged') %]">
    + + diff --git a/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 b/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 index 4bd3762cab..e038fa81b4 100644 --- a/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 @@ -45,6 +45,8 @@ label="[% l('Transfer To Marked Title') %]"> + diff --git a/Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2 b/Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2 index 083edec8be..4b2d4e42bd 100644 --- a/Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2 @@ -48,6 +48,8 @@ label="[% l('Transfer To Marked Title') %]"> + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 index fd544aaaa2..5d1d998ef5 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 @@ -35,6 +35,8 @@ label="[% l('Transfer To Marked Title') %]"> + diff --git a/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 b/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 index 886e93fdbb..209570973d 100644 --- a/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 +++ b/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 @@ -61,6 +61,10 @@ handler="showMarkDamaged" label="[% l('Mark Items Damaged') %]"> + +