Hello, i am using Dolibarr 3.0.1 and i am trying to add a new order, but when i click the New Order button, on the supplier window, i get this error:
Database type manager: mysqli
Request for last database access in error: SELECT c.rowid, c.ref, c.date_creation, c.fk_soc, c.fk_user_author, c.fk_statut, c.amount_ht, c.total_ht, c.total_ttc, c.tva, c.date_commande as date_commande, c.fk_projet as fk_project, c.remise_percent, c.source, c.fk_methode_commande, c.note, c.note_public, c.model_pdf, cm.libelle as methode_commande FROM llx_commande_fournisseur as c LEFT JOIN llx_c_methode_commande_fournisseur as cm ON cm.rowid = c.fk_methode_commande WHERE c.entity = 1 AND c.rowid=2
Return code for last database access in error: DB_ERROR_NOSUCHTABLE
Information for last database access in error: Table ‘mauzo.llx_c_methode_commande_fournisseur’ doesn’t exist
Please help me out.