mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
7 lines
180 B
Python
7 lines
180 B
Python
from erpnext.setup.install import create_custom_company_links
|
|
|
|
|
|
def execute():
|
|
"""Add link fields to Company in Email Account and Communication."""
|
|
create_custom_company_links()
|