Update of /cvsroot/oscarmcmaster/oscar_mcmaster/web/billing/CA/ON
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5220
Modified Files:
billingOHIPreport.jsp
Log Message:
changed query search with year ending param of YYYY/12/31 to YYYY/12/31 23:59:59
Index: billingOHIPreport.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/billing/CA/ON/billingOHIPreport.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** billingOHIPreport.jsp 1 May 2004 02:57:25 -0000 1.7
--- billingOHIPreport.jsp 3 Jan 2005 05:53:09 -0000 1.8
***************
*** 230,234 ****
String[] paramYear = new String[2];
paramYear[0] = thisyear+"/01/01";
! paramYear[1] = thisyear+"/12/31";
String pro_ohip="", pro_group="", pro_name="", updatedate="", cr="", oFile="", hFile="", total="";
--- 230,234 ----
String[] paramYear = new String[2];
paramYear[0] = thisyear+"/01/01";
! paramYear[1] = thisyear+"/12/31 23:59:59";
String pro_ohip="", pro_group="", pro_name="", updatedate="", cr="", oFile="", hFile="", total="";
|