From cf2298b38273697e14381a442968e9e2097dbf79 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Mon, 27 Aug 2018 16:07:48 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c843bbb39e..6c3d2c15f7 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 @@ -51,7 +51,7 @@ handler="showFullDetails"> - + -- 2.11.0