Explorar el Código

Fixed merge product button

Kenric Nugteren hace 1 año
padre
commit
e7b535d55f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      prs.desktop/Panels/Products/Locations/StockTakeWindow.xaml.cs

+ 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; }