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:28:54 +01:00
parent fb76381624
commit ee67a02bf0
1 changed files with 2 additions and 2 deletions

View File

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