Subversion Repositories SmartDukaan

Rev

Rev 36763 | Rev 36785 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36763 Rev 36764
Line 415... Line 415...
415
			row.setTaskId(fofoStoreId);
415
			row.setTaskId(fofoStoreId);
416
			row.setTaskDate(taskDate);
416
			row.setTaskDate(taskDate);
417
			row.setTaskName(newTaskName);
417
			row.setTaskName(newTaskName);
418
			row.setTaskDescription(description);
418
			row.setTaskDescription(description);
419
			row.setTaskType("franchisee-visit");
419
			row.setTaskType("franchisee-visit");
420
			row.setMarkType(ProfitMandiConstants.MARK_TYPE.PENDING);
420
			row.setMarkType(String.valueOf(ProfitMandiConstants.MARK_TYPE.PENDING));
421
			row.setAddress("");
421
			row.setAddress("");
422
			row.setVisitLocation(visitLocation);
422
			row.setVisitLocation(visitLocation);
423
			row.setCheckInLatLng("0.0000,0.0000");
423
			row.setCheckInLatLng("0.0000,0.0000");
424
			row.setCheckOutLatLng("0.0000,0.0000");
424
			row.setCheckOutLatLng("0.0000,0.0000");
425
			row.setCheckInTime(java.time.LocalTime.MIDNIGHT);
425
			row.setCheckInTime(java.time.LocalTime.MIDNIGHT);