changeset 5142:b44efd712deb

Fix bug #62439: Error in sequence when generating Dx Imaging order
author Luis Falcon <falcon@gnuhealth.org>
date Wed, 11 May 2022 12:58:24 +0100
parents 02401b033f18
children 626f36f83990
files tryton/health_services_imaging/wizard/wizard_health_services.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tryton/health_services_imaging/wizard/wizard_health_services.py
+++ b/tryton/health_services_imaging/wizard/wizard_health_services.py
@@ -52,7 +52,7 @@
         Config = Pool().get('gnuhealth.sequences')
         config = Config(1)
         sequence = config.get_multivalue(
-            'imaging_request_sequence', **pattern)
+            'imaging_req_seq', **pattern)
         if sequence:
             return sequence.get()