|
|
@ -6484,11 +6484,11 @@ namespace Myshipping.Application
|
|
|
|
ICell cell = row.GetCell(4);
|
|
|
|
ICell cell = row.GetCell(4);
|
|
|
|
if (cell != null)
|
|
|
|
if (cell != null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
row.Cells[4].SetCellValue(order.VOYNO);
|
|
|
|
row.Cells[4].SetCellValue(order.VOYNOINNER);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
row.CreateCell(4).SetCellValue(order.VOYNO);
|
|
|
|
row.CreateCell(4).SetCellValue(order.VOYNOINNER);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (i == 26)
|
|
|
|
if (i == 26)
|
|
|
|