show ID in LineItem
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user