@@ -260,11 +260,11 @@ public partial class SupplierPurchaseOrderPanel : UserControl, IPanel<PurchaseOr
if (!cancel.Cancel)
{
+ ReloadOrders();
if(_orders is not null)
Orders.UpdateRows(rows, _orders);
}
- ReloadOrders();
SetChanged(false);