juggernautsei wrote on Tuesday, June 14, 2016:
When we try to post a payment by clicking the Payment button in the left nav with the defaults in place and entering a check number we get the error below. What are we doing incorrectly?
ERROR: insert failed: INSERT INTO ar_activity (pid,encounter,code_type,code,modifier,payer_type,post_time,post_user,session_id,pay_amount,account_code) VALUES (?,?,?,?,?,0,now(),?,?,?,‘PCP’)
Error: Column ‘modifier’ cannot be null
/var/www/html/openemr/library/sql.inc at 627:sqlInsert
/var/www/html/openemr/interface/patient_file/front_payment.php at 202:idSqlStatement(INSERT INTO ar_activity (pid,encounter,code_type,code,modifier,payer_type,post_time,post_user,session_id,pay_amount,account_code) VALUES (?,?,?,?,?,0,now(),?,?,?,‘PCP’),Array)