diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-01 17:30:48 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-01 17:30:48 +0700 |
| commit | afda28eb5bcda235c3c0b9479884894f9cd88c8c (patch) | |
| tree | bd1531a10958d08e306d0182cf973700c84d7d78 /indoteknik_custom/views | |
| parent | d3d354b67fe8865d29521f8c23d336176e394f64 (diff) | |
<iman> add inrernal input
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/user_company_request.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/user_company_request.xml b/indoteknik_custom/views/user_company_request.xml index c9edd3f8..bff06ecd 100644 --- a/indoteknik_custom/views/user_company_request.xml +++ b/indoteknik_custom/views/user_company_request.xml @@ -14,6 +14,8 @@ decoration-success="is_approve == 'approved'" decoration-danger="is_approve == 'rejected'" /> + <field name="internal_input"/> + <field name="company_type"/> <field name="create_date"/> </tree> </field> @@ -36,6 +38,8 @@ decoration-success="is_approve == 'approved'" decoration-danger="is_approve == 'rejected'" /> + <field name="internal_input" /> + <field name="company_type" readonly="1"/> </group> </group> </sheet> |
