diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-30 17:51:10 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-30 17:51:10 +0700 |
| commit | 2a57a75b636128cda3d1ee321a926643c461dacf (patch) | |
| tree | ef14177155ae65574324015889f3e19749175c4a | |
| parent | 88251508d31e0d110dd79ceafe430a0480a10c2b (diff) | |
(andri) fix
| -rw-r--r-- | indoteknik_custom/views/advance_payment_request.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/advance_payment_request.xml b/indoteknik_custom/views/advance_payment_request.xml index 2a8e1318..f8217150 100644 --- a/indoteknik_custom/views/advance_payment_request.xml +++ b/indoteknik_custom/views/advance_payment_request.xml @@ -85,7 +85,7 @@ <group col="2"> <group string=" "> <field name="type_request" attrs="{'readonly': [('status', '=', 'approved')]}"/> - <field name="is_represented" attrs="{'readonly': [('status', '=', 'approved')], 'invisible': [('type_request', '=', 'reimburse')]}"/> + <field name="is_represented" attrs="{'readonly': [('status', '=', 'approved')]}"/> <field name="applicant_name" colspan="2" attrs="{'readonly': [('status', '=', 'approved')]}"/> <field name="position_type" force_save="1" readonly="1"/> <field name="nominal" colspan="2" attrs="{'readonly': ['|', ('status', '=', 'approved'), ('type_request', '=', 'reimburse')]}" force_save="1"/> |
