Browse Source

Fixing graphical bug when uploading documents to bills screen

Kenric Nugteren 1 year ago
parent
commit
1e2418a1d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      prs.desktop/Panels/Suppliers/Bills/SupplierBillPanel.xaml.cs

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

@@ -502,6 +502,7 @@ public partial class SupplierBillPanel : UserControl, IPanel<Bill>, IPropertiesP
                             billDocs.Add(billDoc);
                         }
                         DocumentPage.SaveItems(billDocs);
+                        DocumentPage.Refresh(false, true);
                         try
                         {
                             bRefreshingDocuments = true;