This commit is contained in:
Daniel
2020-03-02 00:08:49 +01:00
parent d9df2930cb
commit 26d7fc767c
71 changed files with 141 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
using CatalogService from '@sap/capire-bookshop/srv/cat-service';
using CatalogService from '@capire/bookshop/srv/cat-service';
////////////////////////////////////////////////////////////////////////////
//
@@ -40,6 +40,7 @@ annotate CatalogService.Books with @(
LineItem: [
{Value: title},
{Value: author, Label:'{i18n>Author}'},
{Value: genre.name},
{Value: price},
{Value: currency.symbol, Label:' '},
]