fix: refs #7213 problem rounding #2903

Merged
carlosap merged 4 commits from 7213-Sale_setProblemRoundingByBuy into master 2024-09-02 15:48:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c88b069ac3 - Show all commits

View File

@ -56,7 +56,7 @@ BEGIN
CREATE OR REPLACE TEMPORARY TABLE tmp.sale
carlosap marked this conversation as resolved
Review

ENGINE = MEMORY

ENGINE = MEMORY
(INDEX(saleFk, isProblemCalcNeeded))
carlosap marked this conversation as resolved Outdated

espacio entre el alias y la ,

espacio entre el alias y la ,
ENGINE = MEMORY
ENGINE = MEMORY
SELECT s.id saleFk,
MOD(s.quantity, vGrouping) hasProblem,
ticket_isProblemCalcNeeded(t.id) isProblemCalcNeeded