correcrion : GWM

This commit is contained in:
Gowtham M 2026-03-02 12:38:01 +05:30
parent 5f3f6dd9a4
commit 9dad438b5a
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,6 @@ class EndorsementController extends ResourceController
c.client_name, c.phone as client_phone, c.email as client_email,
pa.name as agent_name,
pp.enquiry_id,
pe.reg_no,
etm.endorsement_type as endorsement_type_value,
PB.name as broker_name,
pm.value as payment_mode_value')

View File

@ -39,6 +39,7 @@ class EndorsementModel extends Model
'commission_amount',
'policy_transaction_id',
'pt_oc_share_details_id',
'payment_mode_id',
'created_at',
'updated_by',
'updated_at',