feat: refs #7589 Added vItemTypeFk & vItemCategoryFk (item_valuateInventory) #2765

Merged
guillermo merged 2 commits from 7589-itemValuateInventory into dev 2024-07-22 10:27:05 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit a2799e1e61 - Show all commits

View File

@ -227,7 +227,8 @@ BEGIN
ic.name itemCategoryName,
ti.cost,
ti.total,
ti.warehouseInventory
ti.warehouseInventory,
ic.display
FROM tInventory ti
JOIN warehouse w ON w.id = warehouseFk
JOIN item i ON i.id = ti.itemFk