Aligned orders w/ managed compositions

This commit is contained in:
Daniel
2020-11-21 01:31:07 +01:00
committed by Daniel Hutzel
parent d1eb14f638
commit e15a6192b6
6 changed files with 16 additions and 16 deletions

View File

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