Mercurial > hgweb > health
changeset 2817:206182f73a91 stable
Fix bug #52578: WHR should be on the same line as hip and waist fields
| author | Luis Falcon <falcon@gnu.org> |
|---|---|
| date | Sat, 02 Dec 2017 20:44:41 +0000 |
| parents | 5b6f5ed0a7b4 |
| children | 9bc93b909d82 |
| files | tryton/health/view/gnuhealth_patient_evaluation.xml |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/view/gnuhealth_patient_evaluation.xml +++ b/tryton/health/view/gnuhealth_patient_evaluation.xml @@ -82,14 +82,14 @@ <field name="weight"/> <label name="height"/> <field name="height"/> - <label name="whr"/> - <field name="whr"/> + <label name="bmi"/> + <field name="bmi"/> <label name="abdominal_circ"/> <field name="abdominal_circ"/> <label name="hip"/> <field name="hip"/> - <label name="bmi"/> - <field name="bmi"/> + <label name="whr"/> + <field name="whr"/> <label name="head_circumference"/> <field name="head_circumference"/> </group>
