Remove outdated TODO comments

This commit is contained in:
Michal Buzik 2024-09-04 14:06:06 +02:00
parent f50f9bfa5b
commit cf6a16656b

View File

@ -172,8 +172,6 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
if (orderGroupBox.Visible)
{
//TODO BUMI remove simulation !!
//InitExamplePuchaseOrder();
LoadPurchaseOrderTables();
LoadPurchaseOrder();
//PrepareOrderCombo(orderComboBox);
@ -1579,10 +1577,6 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
string.Format("The following serial numbers were not implemented: {0}", noImplementedSerialNumbers),
"Serial Numbers repeating!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
//TODO BUMI let discus about behaviour
//RemoveLoadSerialNumbers(serialNumbers, choosenOrder, choosenBox );
}
/// <summary>
@ -1689,7 +1683,7 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
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));
}
}