{
CVDal dl = new CVDal(this.dataSource);
try
{
HrExpenseLines itemLines = expenseFormVO.getHrExpenseLines();
itemLines.calculate();
//ALLSQL.put("hr.expense.updateexpenseform","update expenseform set FromDate = ?,ToDate = ?,Note = ?,Description = ?,ReportingTo = ?,Owner = ?,Creator = ? ,ModifiedBy = ?,created = CONCAT(CURRENT_DATE), Modified =CONCAT(CURRENT_DATE) where expenseformid = ?");
dl.setSql("hr.expense.updateexpenseform");