瀏覽代碼

Fixed DoChanged not being called on BillLine grid edit action button

Kenric Nugteren 1 年之前
父節點
當前提交
6823870b58
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

+ 1 - 0
prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

@@ -102,6 +102,7 @@ public class SupplierBillLineGrid : DynamicOneToManyGrid<Bill, BillLine>
         if (EditItems(new BillLine[] { item }))
         if (EditItems(new BillLine[] { item }))
         {
         {
             SaveItem(item);
             SaveItem(item);
+            DoChanged();
             return true;
             return true;
         }
         }
         return false;
         return false;