added comment

This commit is contained in:
Daniel
2021-03-25 01:06:10 +01:00
committed by Daniel Hutzel
parent 049345a39c
commit 51ee6d167c

View File

@@ -13,7 +13,7 @@ entity Orders_Items {
up_ : Association to Orders;
product : Association to Products @assert.integrity:false; // REVISIT: this is a temporary workaround for a glitch in cds-runtime
amount : Integer;
title : String;
title : String; //> intentionally replicated as snapshot from product.title
price : Double;
}