Topic: Error Code 1292
When I try to register suppliers invoice, I am getting this error:
Cannot add journal entry error code : 1292
error message : Incorrect date value: '' for column 'event_date' at row 1
sql that failed was : INSERT INTO 1_journal( `type`,`trans_no`, `amount`, `currency`, `rate`, `reference`, `source_ref`, `tran_date`, `event_date`, `doc_date`) VALUES('0','2764','480','EUR','1','3661','','2019-12-01','','')
FA 2.4.7
php 7.2.25
How can I fix this?