Skip to content

Commit

Permalink
UWPR: New rates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsharma committed Jan 31, 2017
1 parent 3bbb0fc commit 97cb97e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified WebRoot/costcenter_resources/UWPR_Current_Rates.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion src/org/uwpr/costcenter/ParseAndUploadRates.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void main(String[] args) throws SQLException, IOException, ParseEx
System.out.println("Running in test mode");
}

java.sql.Date effectiveDate = new java.sql.Date(UsageBlockBaseDAO.dateFormat.parse("2016-02-01 00-00-00").getTime());
java.sql.Date effectiveDate = new java.sql.Date(UsageBlockBaseDAO.dateFormat.parse("2017-02-01 00-00-00").getTime());

ParseAndUploadRates parser = new ParseAndUploadRates();
Map<String, MsInstrument> instrumentNameMap = parser.getInstruments();
Expand Down

0 comments on commit 97cb97e

Please sign in to comment.