Prechádzať zdrojové kódy

Fixed merge product button

Kenric Nugteren 1 rok pred
rodič
commit
e7b535d55f

+ 1 - 2
prs.desktop/Panels/Products/Locations/StockTakeWindow.xaml.cs

@@ -500,8 +500,7 @@ namespace PRSDesktop
     }
 
     #region Intermediate Class
-    [DoNotPersist]
-    public class StockTakeHolding : Entity
+    public class StockTakeHolding : BaseObject
     {
         [DoubleEditor(Editable = Editable.Disabled)]
         public double OriginalQty { get; set; }