Mercurial > hgweb > health
changeset 5723:9c9dc9121e95
Fix bug #64009: Include signing health professional and avoid scrolling in patient evaluation
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Thu, 06 Apr 2023 15:49:43 +0100 |
| parents | a1aec561132b |
| children | 094faadebf53 |
| files | tryton/health/view/gnuhealth_patient_evaluation.xml |
| diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/view/gnuhealth_patient_evaluation.xml +++ b/tryton/health/view/gnuhealth_patient_evaluation.xml @@ -8,16 +8,13 @@ --> <form> - <group string="Header" colspan="4" col="16" id="evaluation_header"> + <group string="Header" colspan="4" col="13" id="evaluation_header"> <label name="patient"/> <field name="patient" colspan="3"/> - <label name="gender"/> <field name="gender"/> - <label name="computed_age"/> <field name="computed_age"/> <label name="visit_type"/> <field name="visit_type"/> - <label name="related_condition"/> <field name="related_condition"/> <label name="healthprof"/> <field name="healthprof"/> @@ -191,9 +188,11 @@ </notebook> <newline/> - <group colspan="4" col="10" id="group_eval_misc"> + <group colspan="4" col="12" id="group_eval_misc"> <label name="state"/> <field name="state"/> + <label name="signed_by"/> + <field name="signed_by"/> <label name="evaluation_start"/> <field name="evaluation_start"/> <label name="evaluation_endtime"/>
