added ctc fetch to bulk salary assignment

This commit is contained in:
Ali 2026-03-06 16:13:24 +04:00
parent fe8667be50
commit e02cc9ba06
1 changed files with 7 additions and 1 deletions

View File

@ -299,7 +299,13 @@ def create_custom_fields():
label='Note',
fieldtype='Data',
insert_after='status'
)
),
dict(
fieldname='purpose',
label='Purpose',
fieldtype='Small Text',
insert_after='payment_type',
),
],
"Purchase Order": [
dict(