From cabcd404cf43eee6312e8a7c8e69ba4c02a62056 Mon Sep 17 00:00:00 2001 From: D065023 Date: Wed, 16 Jun 2021 16:41:39 +0200 Subject: [PATCH] dot notation in line items --- suppliers/app/common.cds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suppliers/app/common.cds b/suppliers/app/common.cds index a37b2b05..3dcc5fe7 100644 --- a/suppliers/app/common.cds +++ b/suppliers/app/common.cds @@ -22,7 +22,7 @@ annotate my.Books with @( {Value: stock}, {Value: price}, {Value: currency.symbol, Label:' '}, - {Value: supplier_ID}, + {Value: supplier.ID}, {Value: supplier.name} ] } @@ -64,6 +64,7 @@ annotate my.Books with { annotate my.Suppliers with { name @title:'{i18n>SupplierName}'; + ID @title:'{i18n>Supplier}'; } ////////////////////////////////////////////////////////////////////////////