Hello,
I added a field to the employer section of the Demographics layout.
Seemed to work fine. But when I enter a value while in a patient screen I receive an error message that field does not exist in the employer_data table.
Do I need to alter that table to add the field ? If so how would I preserve the change across updates?
Thanks
====
Query Error
ERROR: insert failed: INSERT INTO employer_data SET name
= ‘’, street
= ‘’, street_line_2
= ‘’, city
= ‘’, state
= ‘’, postal_code
= ‘’, country
= ‘’, DOI
= ‘2011-05-01’, pid = ‘2448’, date = NOW()
Error: Unknown column ‘DOI’ in ‘field list’
/var/www/html/openemr-7.0.2/library/patient.inc.php at 1275:sqlInsert
/var/www/html/openemr-7.0.2/interface/patient_file/summary/demographics_save.php at 88:updateEmployerData(2448,Array)