List of payment method does not work

Hi,
I have version 5.0.5 (5) and 6 (3) installed and in neither of them I have managed to modify the list of payment methods, I activate, deactivate, modify and always when generating the payment in the list the same 4 appear options. How can you fix these bugs? Thank you

Hi @mlobo4370 , sounds like a bug. Is this under Fees->Payment?

hi stephen if i am in fees, payments. the list of payment methods does not respond to modifications. I think it is reported in previous versions but the code change solution does not work. You can find the list in administration / lists. Thanks

Lorenzo Martín Lobo MTSAC, FACC, FESC
Especialista Jerarquizado en Cardiología
Jefe de Dpto Enf. Cardiovasculares y Cardiometabolismo Hospital Militar Campo de Mayo.
Jefe de Cardiología Hospital Militar Campo de Mayo
Ex Jefe de Unidad Coronaria Hospital Militar Campo de Mayo
Miembro Titular de la Sociedad Argentina de Cardiología
Fellow American College of Cardiology
Fellow European Society of Cardiology
Ex Miembro del Area de Investigación de la SAC
Ex Director del Consejo de Aterosclerosis y Trombosis de la SAC
Miembro Asesor del Consejo de Aterosclerosis y Trombosis de la SAC
Ex Director del Consejo de Epidemiología y Prevención Cardiovascular de la SAC
Miembro Asesor del Consejo de Epidemiología y Prevención Cardiovascular de la SAC
Experto en Lipidos de la Sociedad Argentina de Lipidos.
Miembro de la Sociedad Argentina de Lipidos.
Instructor de ACLS de la American Heart Association

here’s the query that needs AND activity = 1

I don’t understan you

Lorenzo Martín Lobo MTSAC, FACC, FESC
Especialista Jerarquizado en Cardiología
Jefe de Dpto Enf. Cardiovasculares y Cardiometabolismo Hospital Militar Campo de Mayo.
Jefe de Cardiología Hospital Militar Campo de Mayo
Ex Jefe de Unidad Coronaria Hospital Militar Campo de Mayo
Miembro Titular de la Sociedad Argentina de Cardiología
Fellow American College of Cardiology
Fellow European Society of Cardiology
Ex Miembro del Area de Investigación de la SAC
Ex Director del Consejo de Aterosclerosis y Trombosis de la SAC
Miembro Asesor del Consejo de Aterosclerosis y Trombosis de la SAC
Ex Director del Consejo de Epidemiología y Prevención Cardiovascular de la SAC
Miembro Asesor del Consejo de Epidemiología y Prevención Cardiovascular de la SAC
Experto en Lipidos de la Sociedad Argentina de Lipidos.
Miembro de la Sociedad Argentina de Lipidos.
Instructor de ACLS de la American Heart Association

hi @mlobo4370 , you have to edit the code or wait for a patch.
change

$query1112 = "SELECT * FROM list_options where list_id=?  ORDER BY seq, title ";

to

$query1112 = "SELECT * FROM list_options where activity=1 AND list_id=?  ORDER BY seq, title ";

thanks, but the list editor still doesn’t work correctly, it doesn’t add categories and only shows some. Cheers

[image]

Where is this list saved to delete it and make a new one? would this work?
Thank you

hi @mlobo4370 , thought we were trying to fix the payment method? This sounds like a different issue.