From: Bill Erickson Date: Fri, 13 Dec 2013 22:16:06 +0000 (-0500) Subject: web staff: noncat checkouts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=540618318b6a29dea34d12d9bc9caec4a161d470;p=working%2FEvergreen.git web staff: noncat checkouts Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index d5d517417c..a11700f7f4 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -12,19 +12,19 @@ diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 index 13c84800c9..86ae2ab9db 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 @@ -11,7 +11,8 @@ COLUMNS = [ {label => l('Title'), name => 'payload.record.title', display => 1}, {label => l('Author'), name => 'payload.record.author', display => 1}, {label => l('Call Number'),name => 'payload.copy.call_number.label', display => 1}, -{label => l('Alert Msg'), name => 'payload.copy.alert_message' display => 1}, +{label => l('Alert Msg'), name => 'payload.copy.alert_message', display => 1}, +{label => l('Noncat #'), name => 'noncat_count' display => 1}, ] %] diff --git a/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 new file mode 100644 index 0000000000..98bd96687e --- /dev/null +++ b/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 @@ -0,0 +1,26 @@ + +
+