This commit is contained in:
Daniel
2021-06-18 17:59:27 +02:00
parent d891a1b905
commit d570ad20b2
8 changed files with 15 additions and 1752 deletions

View File

@@ -19,7 +19,7 @@ extend Books with {
// Extend Orders with Books as Products
//
using { sap.capire.orders.Orders_Items } from '@capire/orders';
extend Orders_Items with {
using { sap.capire.orders.Orders } from '@capire/orders';
extend Orders.Items with {
book : Association to Books on product.ID = book.ID
}