translations
This commit is contained in:
@@ -19,4 +19,4 @@ streetName = Street Name
|
|||||||
postalCode = Postal Code
|
postalCode = Postal Code
|
||||||
country = Country
|
country = Country
|
||||||
AddressID = Address ID
|
AddressID = Address ID
|
||||||
BusinessPartner = Business Partner
|
contact = Contact
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ annotate my.Authors with {
|
|||||||
|
|
||||||
annotate my.Addresses with {
|
annotate my.Addresses with {
|
||||||
ID @title:'{i18n>AddressID}';
|
ID @title:'{i18n>AddressID}';
|
||||||
BusinessPartner @title:'{i18n>BusinessPartner}';
|
contact @title:'{i18n>contact}';
|
||||||
@readonly cityName @title:'{i18n>cityName}';
|
@readonly cityName @title:'{i18n>cityName}';
|
||||||
@readonly streetName @title:'{i18n>streetName}';
|
@readonly streetName @title:'{i18n>streetName}';
|
||||||
@readonly postalCode @title:'{i18n>postalCode}';
|
@readonly postalCode @title:'{i18n>postalCode}';
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
userID;businessPartnerID
|
|
||||||
anonymous;JOHNDOE
|
|
||||||
|
Reference in New Issue
Block a user