include authorization
This commit is contained in:
@@ -23,6 +23,24 @@ module.exports = db => {
|
||||
StreetName: 'SAP-Allee',
|
||||
HouseNumber: '25'
|
||||
},
|
||||
{
|
||||
BusinessPartner: 'ALICE',
|
||||
AddressID: '62640',
|
||||
CityName: 'Walldorf',
|
||||
PostalCode: '69190',
|
||||
Country: 'Germany',
|
||||
StreetName: 'Dietmar-Hopp-Allee',
|
||||
HouseNumber: '16'
|
||||
},
|
||||
{
|
||||
BusinessPartner: 'ALICE',
|
||||
AddressID: '22222',
|
||||
CityName: 'St. Leon-Rot',
|
||||
PostalCode: '68789',
|
||||
Country: 'Germany',
|
||||
StreetName: 'SAP-Allee',
|
||||
HouseNumber: '25'
|
||||
},
|
||||
{
|
||||
BusinessPartner: '1003765',
|
||||
AddressID: '28241',
|
||||
|
||||
Reference in New Issue
Block a user