Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-05-22 16:21:05 +01:00
30 changed files with 201 additions and 37 deletions

View File

@ -148,7 +148,7 @@ class InventoryTransaction{
try{
$action->validate($this->source);
}catch(TransactionValidationException $e){
throw new TransactionValidationException(get_class($action) . ": " . $e->getMessage(), 0, $e);
throw new TransactionValidationException(get_class($action) . "#" . spl_object_id($action) . ": " . $e->getMessage(), 0, $e);
}
if(!$action->getSourceItem()->isNull()){