CF deploy/prod changes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using { sap.capire.orders, OrdersService, sap.common } from '@capire/fiori/';
|
||||
// using { sap.common } from '@sap/cds/common'; //> TODO this creates duplicated definitions
|
||||
using { sap.capire.orders, OrdersService, sap.common } from '@capire/fiori';
|
||||
|
||||
namespace Z_bookshop.extension;
|
||||
|
||||
@@ -12,7 +11,6 @@ entity Z_SalesRegion: common.CodeList {
|
||||
key regionCode : String(11);
|
||||
}
|
||||
|
||||
|
||||
// --- UI ---
|
||||
|
||||
annotate orders.Orders : Z_priority with @title : 'Priority';
|
||||
|
||||
Reference in New Issue
Block a user