This commit is contained in:
@@ -227,7 +227,7 @@ namespace rmutr_report.Controllers
|
||||
vv.project_end_date = null;
|
||||
}
|
||||
|
||||
if (vv.day != null && vv.day != "90.00")
|
||||
if (vv.day != null)
|
||||
{
|
||||
string na6 = "จำนวนวัน ";
|
||||
vv.day = na6 + vv.day;
|
||||
@@ -238,10 +238,6 @@ namespace rmutr_report.Controllers
|
||||
vv.day = null;
|
||||
}
|
||||
|
||||
if (vv.day == "90.00")
|
||||
{
|
||||
vv.day = null;
|
||||
}
|
||||
|
||||
if (vv.percentage1 != null || vv.percentage2 != null || vv.percentage3 != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user