Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6938 Use price pattern form price list #6943

Merged
merged 4 commits into from Jul 2, 2020
Merged

Conversation

cristinamghita
Copy link
Member

#6938 Jasper Pricelist & Pricelist comparison correct digits in prices

CASE
WHEN pl.priceprecision = 0
THEN '#,##0'
ELSE Substring('#,##0.000' FROM 0 FOR 7 + pl.priceprecision :: integer) END AS PricePattern1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use '#,##0.000000000000' instead?

@metas-ts metas-ts merged commit 5b45252 into invisible_croissant_hotfix Jul 2, 2020
@metas-ts metas-ts deleted the gh6938 branch July 2, 2020 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants