hotFix: refs #6731 remove CodCOMPRADOR
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-05-14 08:24:40 +02:00
parent 7b1d931747
commit 12f36dc825
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ AS SELECT `tr`.`id` AS `Id_ORDEN`,
`tr`.`ordered` AS `datORDEN`, `tr`.`ordered` AS `datORDEN`,
`tr`.`shipped` AS `datTICKET`, `tr`.`shipped` AS `datTICKET`,
`tr`.`salesPersonCode` AS `CodVENDEDOR`, `tr`.`salesPersonCode` AS `CodVENDEDOR`,
`tr`.`buyerCode` AS `CodCOMPRADOR`,
`tr`.`clientFk` AS `Id_CLIENTE`, `tr`.`clientFk` AS `Id_CLIENTE`,
`tr`.`total` AS `TOTAL`, `tr`.`total` AS `TOTAL`,
`tr`.`buyed` AS `datCOMPRA` `tr`.`buyed` AS `datCOMPRA`