refactor: refs #6501 Migrated procs from vn2008 to vn #2016

Merged
guillermo merged 24 commits from 6501-procMigration into dev 2024-02-14 10:31:14 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 23bf9b2750 - Show all commits

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,