Mercurial > hgweb > health
changeset 2161:44e2ea2d9e89
Fix bug #46488: Invalid attribute editable for element tree "gnuhealth.signs_and_symptoms".
| author | Bruno M. Villasanti <bvillasanti@thymbra.com> |
|---|---|
| date | Sat, 21 Nov 2015 01:26:52 -0300 |
| parents | d80068c2b7fb |
| children | 3c4bdd7900c6 |
| files | tryton/health/view/gnuhealth_signs_and_symptoms_tree.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/view/gnuhealth_signs_and_symptoms_tree.xml +++ b/tryton/health/view/gnuhealth_signs_and_symptoms_tree.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tree string="Clinical Findinds - Signs and Symptoms" editable="1"> +<tree string="Clinical Findinds - Signs and Symptoms" editable="top"> <field name="sign_or_symptom" expand="1"/> <field name="clinical" expand="1"/> <field name="comments" expand="1"/>
