Immunisations dashboard panel problem after upgrade to Openemr 7

Situation
Hello,
Recently upgraded from 5.0.1(6) to 7.0.0(2) in Ubuntu server 18.04, Apahe2 2.4.54, MySQL 14.14, PHP 7.4.33
Immunization information is not showing on the immunization panel of the dashboard.
We are using a custom list and I have tried to disable it from Globals/features with no luck.

OpenEMR Version
I’m using OpenEMR version 7.0.0(2)

Browser:
I’m using: Firefox, chrome

Operating System
I’m using: Ubuntu server 18.04, Apahe2 2.4.54, MySQL 14.14, PHP 7.4.33

Logs
Checked the logs, this is the only thing I found relevant

[php7:notice] [pid 14977] [client 192.168.1.21:59370] PHP Notice: Undefined index: cvx_code in /var/www/openemr/interface/patient_file/summary/immunizations.php on line 68, referer: https://192.168.1.51/openemr/interface/patient_file/summary/immunizations.php?mode=edit&id=1369&csrf_token_form=352962ab686c71ca70926fce8e5d10ab08e09cec

Anyone had the same problem?

immunizations-s

PS: I initially posted this in the “every day users” category but it seems like this is the correct category for it. I can’t erase the post in the other category…

Hi Stavros Papastavrou,
Please change the code below like this
file /var/www/openemr/interface/patient_file/summary/immunizations.php on line 68 below like this

trim(isset($_GET['cvx_code'])?$_GET['cvx_code']:''),

Thanks
Param
help@capminds.com

Hello,
Sorry for not responding for so long.
Tried changing the code and reloading the page but the result is the same…
Any ideas?

Please Check the code below like this. I also shared interface\patient_file\summary\immunizations.php file

immunizations.php (70.2 KB)

First check for any console errors or turn on User Debug in Config menu.