mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
Some minor grammatical and spelling changes
This commit is contained in:
committed by
GitHub
parent
a531ebea8a
commit
01d4d30e8a
@@ -1,7 +1,6 @@
|
|||||||
# Contact and Address
|
# Contact and Address
|
||||||
|
|
||||||
Contacts are not necessarily linked to another document. They can be stand alone, just a Contact with a First Name not linked to any other document or
|
Contacts do not need to be linked to another document, they can be stand alone. You can even create a contact with only a first name, not linked to any other document or party (Customer/Supplier).
|
||||||
Contacts can be linked to a Party, that is either a Customer or a Supplier.
|
|
||||||
|
|
||||||
The Contact_ID is automatically created:
|
The Contact_ID is automatically created:
|
||||||
|
|
||||||
@@ -36,7 +35,7 @@ Import Tool.
|
|||||||
|
|
||||||
### Address Titles
|
### Address Titles
|
||||||
|
|
||||||
The Address Title (Name of person or organization that this address belongs to) is a free format unlinked field. The ID is automatically created from the Address Title upper score Address Type. (AdressTitle-AddressType).
|
The Address Title (Name of person or organization that this address belongs to) is a free format unlinked field. The ID is automatically created from the Address Title and Address Type. (AddressTitle-AddressType).
|
||||||
|
|
||||||
### Address Linking
|
### Address Linking
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user