refactor: refs #7912 Item calc cost Ricardo #3510

Open
guillermo wants to merge 4 commits from 7912-wasteCost into dev
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 4190dc7803 - Show all commits

View File

@ -31,7 +31,8 @@ AS SELECT `e`.`gestDocFk` AS `gestdoc_id`,
`e`.`invoiceAmount` AS `invoiceAmount`,
`w`.`code` AS `buyerCode`,
`e`.`typeFk` AS `typeFk`,
`w3`.`code` AS `observationWorkerCode`
`w3`.`code` AS `observationWorkerCode`,
`tr`.`availabled`
FROM (
(
(