Issue with import

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

Hello,

It’s a BUG, FIX is there : https://github.com/Dolibarr/dolibarr/pull/20000

2 Likes

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);

1 Like

Thank you very Much ksar. it work fine now