Make usage of @capire/common optional

This commit is contained in:
Daniel
2021-02-17 12:29:40 +01:00
committed by Daniel Hutzel
parent b6f3914d79
commit 6de09e0940
3 changed files with 1 additions and 5 deletions

View File

@@ -21,6 +21,3 @@ entity Orders_Items {
entity Products @(cds.persistence.skip:'always') {
key ID : String;
}
// Activate extension package
using from '@capire/common';