fix: refs #7382 throw
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-07-23 09:23:42 +02:00
parent bfd2b5aebb
commit 04ff3e0cc7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ BEGIN
LIMIT 1;
IF vHasRepeatedTransactions THEN
CALL util.throw ('This invoice contains repeated types of transactions');
CALL util.throw ('This invoice contains different types of transactions');
END IF;
CREATE OR REPLACE TEMPORARY TABLE tInvoiceIn