This commit is contained in:
Bobbie Hodgetts
2020-09-23 16:49:56 +01:00
parent dcd32b76fa
commit f95c1d7508
9 changed files with 42 additions and 10 deletions

View File

@@ -14,7 +14,6 @@ namespace bnhtrade.Core.Model.Stock
private short? quantity = null;
private int? stockjournalId = null;
private int? skuTransactionId = null;
private int? skuTransactionTypeId = null;
private int? foreignKey = null;
private string skuTransactionTypeCode;
private Model.Stock.SkuTransactionType skuTransactionType;