mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 14:37:16 +00:00
Various bug fixs and improvements to stock SKU reconciliation
This commit is contained in:
@@ -200,10 +200,10 @@ namespace bnhtrade.Core.Model.Stock
|
||||
{
|
||||
result.Add(new ValidationResult("Quantity is not set"));
|
||||
}
|
||||
if (!IsSetSkuTransactionId)
|
||||
{
|
||||
result.Add(new ValidationResult("Stock Transaction Id is not set"));
|
||||
}
|
||||
//if (!IsSetSkuTransactionId)
|
||||
//{
|
||||
// result.Add(new ValidationResult("Stock Transaction Id is not set"));
|
||||
//}
|
||||
if (IsSetStockJournalId && (!IsSetIsProcessed || IsProcessed == false))
|
||||
{
|
||||
result.Add(new ValidationResult("Stock Journal Id is set, IsProcessed must be set to true"));
|
||||
|
||||
Reference in New Issue
Block a user