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