deleted az_locale functions and returned payment entry hooks
This commit is contained in:
parent
75842d4a64
commit
6a15ba168e
|
|
@ -19,14 +19,14 @@ def create_custom_fields():
|
|||
insert_after='swift_number'
|
||||
)
|
||||
],
|
||||
# "Employee Transfer": [
|
||||
# dict(
|
||||
# fieldname='reason',
|
||||
# label='Reason',
|
||||
# fieldtype='Data',
|
||||
# insert_after='amended_from'
|
||||
# )
|
||||
# ],
|
||||
"Employee Transfer": [
|
||||
dict(
|
||||
fieldname='reason',
|
||||
label='Reason',
|
||||
fieldtype='Data',
|
||||
insert_after='amended_from'
|
||||
)
|
||||
],
|
||||
"Company": [
|
||||
dict(
|
||||
fieldname='ceo',
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ app_license = "unlicense"
|
|||
|
||||
boot_session = "jey_erp.extend_party_types.add_company_to_party_account_types"
|
||||
|
||||
after_install = "jey_erp.install.after_install"
|
||||
|
||||
doctype_js = {
|
||||
"Payment Entry": "public/js/payment_entry_mod.js"
|
||||
}
|
||||
|
|
@ -18,11 +16,11 @@ override_doctype_class = {
|
|||
"Report": "jey_erp.custom_report.CustomReport"
|
||||
}
|
||||
|
||||
# doc_events = {
|
||||
# "Employee Onboarding": {
|
||||
# "on_update": "jey_erp.custom_employee_onboarding.on_update"
|
||||
# }
|
||||
# }
|
||||
doc_events = {
|
||||
"Employee Onboarding": {
|
||||
"on_update": "jey_erp.custom_employee_onboarding.on_update"
|
||||
}
|
||||
}
|
||||
|
||||
after_migrate = "jey_erp.hooks.after_migrate_combined"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue