Hi,
I’m trying to import old proposal, i managed to import Purchase orders with no errors, but when i try to import Puchase order lines i get the follwoing error
1 errors found
- Line 2
Unknown column ‘import_key’ in ‘field list’
i need help
Hi,
I’m trying to import old proposal, i managed to import Purchase orders with no errors, but when i try to import Puchase order lines i get the follwoing error
1 errors found
Unknown column ‘import_key’ in ‘field list’
i need help
Hello,
It’s a BUG, FIX is there : https://github.com/Dolibarr/dolibarr/pull/20000
Thank you
I managed to edit .sql file, how I can run it on existing server?
Hello,
Open phpmyadmin and run ALTER TABLE llx_propaldet ADD COLUMN import_key varchar(14);
Thank you very Much ksar. it work fine now