Commit 9f7a9675 authored by Vijay Akula's avatar Vijay Akula

Renamed currentBillingStartDate

parent 619e20ac
...@@ -34,7 +34,7 @@ public class AllocationChangeVO { ...@@ -34,7 +34,7 @@ public class AllocationChangeVO {
private String currentBillingStatus; private String currentBillingStatus;
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE) @DateTimeFormat(iso = DateTimeFormat.ISO.DATE)
private Date CurrentBillingStartDate; private Date currentBillingStartDate;
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE) @DateTimeFormat(iso = DateTimeFormat.ISO.DATE)
private Date currentBillingEndDate; private Date currentBillingEndDate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment