refactor: refs #6501 Minor change
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-02-12 11:32:07 +01:00
parent ee67a02bf0
commit 96d6637a3f
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ BEGIN
IFNULL(@carriage, 0) +
IFNULL(@comission, 0) expense,
@rate3 := ROUND(@cost / ( (100 - r3 - promo) / 100), 2) rate3,
ROUND(@rate3 * (1 + ((rate2 - r3)/100)), 2) rate2,
ROUND(@rate3 * (1 + ((r2 - r3)/100)), 2) rate2,
FALSE selected
FROM tTransfer;