dot notation in line items

This commit is contained in:
D065023
2021-06-16 16:41:39 +02:00
parent 5141df8e0f
commit cabcd404cf

View File

@@ -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}';
}
////////////////////////////////////////////////////////////////////////////