From: Cesar Velez Date: Mon, 27 Aug 2018 20:07:48 +0000 (-0400) Subject: LP#1776917 - fix patron bill grid lacking bill ID X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b19cb09c8d15818cfbf8507646671334539aadb8;p=Evergreen.git LP#1776917 - fix patron bill grid lacking bill ID Without the required attribute in the grid template declaration, the Bill# column *had* to be enabled for bill payments to work. This adds required attribute to the Bill #, so that it's fetched regardless of whether displayed or not, so posting payments work correctly. Signed-off by: Cesar Velez Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 index a6be0ccfe7..f635a20ae4 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 @@ -49,7 +49,7 @@ handler="showFullDetails"> - +