Skip to content
Snippets Groups Projects
Unverified Commit 24efaeae authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Show currency list in native queries and add Kyrgyz Som (#15457)

* Add Kyrgyz Som to currency list

* Show currency selector in Native Queries
parent 52ca91e4
No related branches found
No related tags found
No related merge requests found
......@@ -512,6 +512,15 @@ export default {
code: "KES",
name_plural: "Kenyan shillings",
},
KGS: {
symbol: "KGS",
name: "Kyrgyz Som",
symbol_native: "сом",
decimal_digits: 2,
rounding: 0,
code: "KGS",
name_plural: "Kyrgyz soms",
},
KHR: {
symbol: "KHR",
name: "Cambodian Riel",
......
......@@ -327,8 +327,7 @@ export const NUMBER_COLUMN_SETTINGS = {
},
default: "USD",
getHidden: (column: Column, settings: ColumnSettings) =>
// NOTE: ideally we'd hide this if number_style != "currency" but that would result in a circular dependency
!isCurrency(column),
settings["number_style"] !== "currency",
},
currency_style: {
title: t`Currency label style`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment