]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1776917 - fix patron bill grid lacking bill ID
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Mon, 27 Aug 2018 20:07:48 +0000 (16:07 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 12 Sep 2018 18:37:57 +0000 (14:37 -0400)
commitcf2298b38273697e14381a442968e9e2097dbf79
tree31bc1fd37a73d741a0883a1780adf01dff8d62ac
parentbe9f2cccfe464d1fb99f686e1f09e4c2ba70d953
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 <cesar.velez@equinoxinitiative.org>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2