Merge pull request #3397 from expsa/zen_ht_contact

fix error
This commit is contained in:
mazenmuhamad 2025-06-02 16:14:14 +03:00 committed by GitHub
commit a1201f10e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<field name="salary" required="1" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="salary_insurnce" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="ticket_allowance" attrs="{'readonly':[('state','!=','draft')]}" />
<!-- <field name="last_salary_gosi" attrs="{'readonly':[('state','!=','draft')]}"/>-->
<field name="last_salary_gosi" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="has_housing" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="has_transportation" attrs="{'readonly':[('state','!=','draft')]}"/>
<!--field name="suspended" attrs="{'readonly':[('state','!=','draft')]}"/>