From a6ec296129711455df3e802f915095c2f1ee3737 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 3 May 2021 09:04:38 +0200 Subject: [PATCH] add annotation for ISOCurrency --- fiori/app/common.cds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiori/app/common.cds b/fiori/app/common.cds index 614f03b3..b609498d 100644 --- a/fiori/app/common.cds +++ b/fiori/app/common.cds @@ -54,7 +54,7 @@ annotate my.Books with { title @title:'{i18n>Title}'; genre @title:'{i18n>Genre}' @Common: { Text: genre.name, TextArrangement: #TextOnly }; author @title:'{i18n>Author}' @Common: { Text: author.name, TextArrangement: #TextOnly }; - price @title:'{i18n>Price}'; + price @title:'{i18n>Price}' @Measures.ISOCurrency: currency_code; stock @title:'{i18n>Stock}'; descr @UI.MultiLineText; }