namespace correction

This commit is contained in:
Wolfgang Koch
2021-05-14 11:45:55 +02:00
parent f1927f184e
commit 302372622a
2 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ extend orders.Orders with {
Z_Customer : Association to one Z_Customers;
Z_SalesRegion : Association to one Z_SalesRegion;
Z_priority : String @assert.range enum {high; medium; low} default 'medium';
// Z_Remarks : Composition of many Z_Remarks on Z_Remarks.parent = $self;
Z_Remarks : Composition of many Z_Remarks on Z_Remarks.parent = $self;
}