projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3988dc
)
LP#1312699: Minor modifications to patron checkout history deletions
author
Jake Litrell
<jake@masslnc.org>
Tue, 1 Mar 2016 22:22:28 +0000
(17:22 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Minor modifications to make patron checkout history deletions work with
the new table. open-ils.actor.history.circ.clear
extended to take an optional list of circ_ids, to limit what's deleted
from the history.
Signed-off-by: Jake Litrell <jake@masslnc.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/myopac/circ_history.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/myopac/circ_history.tt2
b/Open-ILS/src/templates/opac/myopac/circ_history.tt2
index
d87ddeb
..
1faffe6
100644
(file)
--- a/
Open-ILS/src/templates/opac/myopac/circ_history.tt2
+++ b/
Open-ILS/src/templates/opac/myopac/circ_history.tt2
@@
-203,7
+203,6
@@
</td>
<td>[% circ.circ.target_copy.barcode | html %]</td>
<td>[% circ.circ.target_copy.call_number.label | html %]</td>
- </form>
</tr>
[% END %]
</tbody>