changeset 2028:cf6d76ac6f12

health : Fix wrong sequence code
author Luis Falcon <falcon@gnu.org>
date Thu, 06 Aug 2015 12:15:48 +0100
parents d9fffe581263
children 7715c8456f14
files tryton/health/data/health_sequences.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tryton/health/data/health_sequences.xml
+++ b/tryton/health/data/health_sequences.xml
@@ -10,7 +10,7 @@
         </record>
         <record id="seq_gnuhealth_patient_evaluation" model="ir.sequence">
             <field name="name">Patient Evaluation</field>
-            <field name="code">gnuhealth.prescription.order</field>
+            <field name="code">gnuhealth.patient.evaluation</field>
             <field name="prefix">EVAL ${year}/</field>
             <field name="padding">6</field>
             <field name="number_increment" eval="1"/>