diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-10-02 03:46:04 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-10-02 03:46:04 +0000 |
| commit | 0d9cd813de0af6a69915c35fcb2908c433c2773a (patch) | |
| tree | 96488eea983cddda6542be5bb3855b09b3e430a9 /indoteknik_custom/views | |
| parent | a2d93b35cc849d742e851f5d876557ac18c1a9e1 (diff) | |
| parent | afda28eb5bcda235c3c0b9479884894f9cd88c8c (diff) | |
Merged in iman/update-register (pull request #234)
<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> |
