From e02cc9ba06c1739ff232cc19a8098bc1eda8a339 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Fri, 6 Mar 2026 16:13:24 +0400 Subject: [PATCH] added ctc fetch to bulk salary assignment --- jey_erp/custom_fields.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index 8edce99..2bd5267 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -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(