@@ -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;