Added the ability to select a company as a party type, and little changes
This commit is contained in:
parent
066e711831
commit
5a1b2e6c06
|
|
@ -6,6 +6,12 @@ app_email = "info@jeyerp.az"
|
||||||
app_license = "unlicense"
|
app_license = "unlicense"
|
||||||
# required_apps = []
|
# required_apps = []
|
||||||
|
|
||||||
|
boot_session = "jey_erp.extend_party_types.add_company_to_party_account_types"
|
||||||
|
|
||||||
|
doctype_js = {
|
||||||
|
"Payment Entry": "public/js/payment_entry_mod.js"
|
||||||
|
}
|
||||||
|
|
||||||
# Includes in <head>
|
# Includes in <head>
|
||||||
# ------------------
|
# ------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue