Remove outdated TODO comments
This commit is contained in:
parent
f50f9bfa5b
commit
cf6a16656b
@ -172,8 +172,6 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
|
|||||||
|
|
||||||
if (orderGroupBox.Visible)
|
if (orderGroupBox.Visible)
|
||||||
{
|
{
|
||||||
//TODO BUMI remove simulation !!
|
|
||||||
//InitExamplePuchaseOrder();
|
|
||||||
LoadPurchaseOrderTables();
|
LoadPurchaseOrderTables();
|
||||||
LoadPurchaseOrder();
|
LoadPurchaseOrder();
|
||||||
//PrepareOrderCombo(orderComboBox);
|
//PrepareOrderCombo(orderComboBox);
|
||||||
@ -1579,10 +1577,6 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
|
|||||||
string.Format("The following serial numbers were not implemented: {0}", noImplementedSerialNumbers),
|
string.Format("The following serial numbers were not implemented: {0}", noImplementedSerialNumbers),
|
||||||
"Serial Numbers repeating!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
"Serial Numbers repeating!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//TODO BUMI let discus about behaviour
|
|
||||||
//RemoveLoadSerialNumbers(serialNumbers, choosenOrder, choosenBox );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -1689,7 +1683,7 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
|
|||||||
|
|
||||||
foreach (var box in boxes)
|
foreach (var box in boxes)
|
||||||
{
|
{
|
||||||
//TODO BUMI !!! remove or mark added list to declare no give all again
|
//remove or mark added list to declare no give all again
|
||||||
//box.PurchaseWaterMeterDataList.RemoveAll(pWM => serialNumbers.Contains(pWM.SerialNo));
|
//box.PurchaseWaterMeterDataList.RemoveAll(pWM => serialNumbers.Contains(pWM.SerialNo));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user