refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 84270d29b8 - Show all commits

View File

@ -30,7 +30,7 @@ BEGIN
AND transactionTypeSageFk;
IF vHasDistinctTransactions > 1 THEN
CALL util.throw ('This invoice does not allow diferent types of transactions');
CALL util.throw ('This invoice does not allow different types of transactions');
END IF;
END$$
DELIMITER ;