瀏覽代碼

PRS CLASSES - change to stock movement to allow batch type to be visible

Nick-PRSDigital@bitbucket.org 2 年之前
父節點
當前提交
8f8ba5c36a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      prs.classes/Entities/Stock/StockMovement.cs

+ 0 - 1
prs.classes/Entities/Stock/StockMovement.cs

@@ -149,7 +149,6 @@ namespace Comal.Classes
         ///     Used to Group together movements (particularly images)
         ///     when transactions are uploaded from Mobile Devices
         /// </summary>
-        [NullEditor]
         [EntityRelationship(DeleteAction.Cascade)]
         public StockMovementBatchLink Batch { get; set; }