コード例 #1
0
 /// <summary>
 /// IF AllowBatch Selected No While Updating
 /// </summary>
 public void DeleteBatchFromOpeningStock()
 {
     BatchBll BllBatch = new BatchBll();
     BllBatch.DeleteBatchForProductUpdate(decProductIdForEdit);
     isBatchRemoved = true;
     BatchWithBarCode();
 }