warn clear
This commit is contained in:
@@ -134,7 +134,7 @@ namespace FPJ0000.JobReport_
|
||||
var TotHrs = dsReport.JobProjectTimes.Sum(t => t.hrs);
|
||||
|
||||
//데이터를 추가한다.
|
||||
bool addholy = false;
|
||||
//bool addholy = false;
|
||||
foreach (var dr in dsReport.JobProjectTimes.OrderByDescending(t => t.PrjStatus + t.PrjName).GroupBy(t => t.PrjName))
|
||||
{
|
||||
var pidx = dr.Key;
|
||||
@@ -151,13 +151,13 @@ namespace FPJ0000.JobReport_
|
||||
{
|
||||
row.Add("--");
|
||||
row.Add("미팅");
|
||||
addholy = true;
|
||||
//addholy = true;
|
||||
}
|
||||
else if (dr.Key == "휴가")
|
||||
{
|
||||
row.Add("--");
|
||||
row.Add("휴가");
|
||||
addholy = true;
|
||||
//addholy = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user