health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] health_nursing v 4.0.2 --> bug on "end" button


From: Francisco Maria Moyano Casco
Subject: [Health-dev] health_nursing v 4.0.2 --> bug on "end" button
Date: Wed, 30 Mar 2022 00:15:32 -0300

Hi everyone. Making it short the bowl (haciendo corta la bocha)
There is an error on clicking on the end button on the Ambulatory Care on health_nursing v 4.0.2
(.....)
File "/trytond/modules/health_nursing/health_nursing.py", line 417, in end_session
    signing_hp = HealthProfessional.get_health_professional()
AttributeError: type object 'gnuhealth.healthprofessional' has no attribute 'get_health_professional'
(.....)

It should be
    signing_hp = get_health_professional()

Thanks. Regards
     Francisco

reply via email to

[Prev in Thread] Current Thread [Next in Thread]