show ID in LineItem

This commit is contained in:
Gregor Wolf
2021-11-13 00:41:48 +01:00
parent b35e92b5bc
commit cd914a8d87

View File

@@ -42,10 +42,12 @@ annotate CatalogService.Books with @(UI : {
currency_code
],
LineItem : [
{Value : title},
{Value : author.ID},
{
Value : authorName,
Value : ID,
Label : '{i18n>Title}'
},
{
Value : author.ID,
Label : '{i18n>Author}'
},
{Value : genre.name},