diff options
| -rwxr-xr-x | indoteknik_custom/views/crm_lead.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indoteknik_custom/views/crm_lead.xml b/indoteknik_custom/views/crm_lead.xml index 775a44de..5d9969a0 100755 --- a/indoteknik_custom/views/crm_lead.xml +++ b/indoteknik_custom/views/crm_lead.xml @@ -31,7 +31,9 @@ <field name="file_quotation"/> </page> <page string="Description" name="description"> - <field name="html_description"/> + <group> + <field name="html_description"/> + </group> </page> <page string="Pengajuan Tempo" name="pengajuan_tempo"> <group> |
