refs #6626 modify invoiceInTax
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2024-02-21 13:15:46 +01:00
parent f30a5a7597
commit 84270d29b8
1 changed files with 1 additions and 1 deletions

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 ;