Error

Error

Hi,

Getting this error as attached .. Please check asap

Code - 
fet = Form[ID != 0];
if(fet.WEEK != null)
{
for each  rec in fet
{
// info rec.WEEK + " :: " +rec.ID;
sat = rec.WEEK.addDay(5);
if(zoho.currentdate > sat)
{
rec.WEEK=zoho.currentdate.toStartOfWeek().addDay(1).addDay(7);
info "In the If Confition";
}
}
info "Out of  If  1";
}
info "Out of  If   2";

Let me know , if anything needed.


Thanks and Regards,
Sidhant A.