|
|
|
@ -5322,11 +5322,11 @@ namespace Myshipping.Application
|
|
|
|
|
ICell cell2 = row.GetCell(2);
|
|
|
|
|
if (cell2 != null)
|
|
|
|
|
{
|
|
|
|
|
row.Cells[2].SetCellValue(order.TEMPSET);
|
|
|
|
|
row.Cells[2].SetCellValue(order.REEFERF);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
row.CreateCell(2).SetCellValue(order.TEMPSET);
|
|
|
|
|
row.CreateCell(2).SetCellValue(order.REEFERF);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|