ERROR: 42703: column "project" does not exist

If the project module is turned off, the contact is displayed normally. If you enable the project module, an error occurs

Hello,

What type of SQL server are you using ?
I’m assuming it’s PostgreSQL?

If yes can you create a bug on Issues · Dolibarr/dolibarr · GitHub ?

Thanks

Hi!
PostgreSQL 13x is used on FreeBSD 13.2
So far the issue has been resolved by adding the project and external columns (char) to llx_c_type_contact

Best regards,
-D. Petrov

Hello,

In fact the problem is just because of " instead of ’
on lines :

I will push a modification