Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole
2022-11-04 05:50:12 +01:00
5 changed files with 26 additions and 11 deletions

View File

@@ -480,7 +480,7 @@ trait TransactionValidation
}
$type = $this->getTransactionType($transactionGroup, $transactions);
// compare source ID's, destination ID's, source names and destination names.
// compare source IDs, destination IDs, source names and destination names.
// I think I can get away with one combination being equal, as long as the rest
// of the code picks up on this as well.
// either way all fields must be blank or all equal