fixed a bug

This commit is contained in:
D065023
2019-12-11 16:37:51 +01:00
parent 348a7b191e
commit b298c9b708
6 changed files with 84 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
namespace sap.capire.bookshop;
using { Currency, managed, cuid } from '@sap/cds/common';
using { API_BUSINESS_PARTNER.A_BusinessPartnerAddress as extAddresses } from '../srv/external/API_BUSINESS_PARTNER.csn';
using { API_BUSINESS_PARTNER.A_BusinessPartnerAddress as extAddresses } from '../srv/external/API_BUSINESS_PARTNER';
entity Books : managed {
key ID : Integer;