From 718bf185a72f71df764dda5576b43ae6ba6de2fc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 14 Mar 2016 15:52:08 -0400 Subject: [PATCH] JBAS-1132 Pending patrons squish DoB column Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/server/patron/staged.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/staged.js b/Open-ILS/xul/staff_client/server/patron/staged.js index 570aec5e36..7d1a6d8b7d 100644 --- a/Open-ILS/xul/staff_client/server/patron/staged.js +++ b/Open-ILS/xul/staff_client/server/patron/staged.js @@ -247,7 +247,8 @@ function init_list() { stgu_passwd : {hidden : true}, stgu_ident_type : {hidden : true}, stgu_row_id : {hidden : true}, - stgu_row_date: {hidden : true} + stgu_row_date : {hidden : true}, + stgu_dob : {width : 27} // KCLS: squish dob by default } ).concat( list.fm_columns( -- 2.11.0