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; }