refactor: refs #6501 Minor change
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-02-12 10:28:25 +01:00
parent f89ae0aad9
commit 23bf9b2750
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ BEGIN
CREATE OR REPLACE TEMPORARY TABLE tTransfer
ENGINE = MEMORY
SELECT it.categoryFk,
SELECT it.code `type`,
it.categoryFk,
i.typeFk,
i.id itemFk,
i.name item,