Error on shipment on thwe last 21.0.1 update

After updating DOLIBARR to V21.0.1 shipment doesn’t work and get an error:

The error is Unknown column ‘e.billed’ in ‘SELECT’

This website or feature is currently temporarily not available or failed after a technical error.

This may be due to a maintenance operation. Current status of operation (2025-04-21T16:57:44Z) are on next line…

Dolibarr ha detectado un error técnico. Puede leer el archivo log o establecer la opción $dolibarr_main_prod a ‘0’ en su archivo de configuración para obtener más información.

The complete error comes from:

SELECT e.rowid, e.entity, e.ref, e.fk_soc as socid, e.date_creation, e.ref_customer, e.ref_ext, e.fk_user_author, e.fk_statut, e.signed_status, e.fk_projet as fk_project, e.billed, e.date_valid, e.weight, e.weight_units, e.size, e.size_units, e.width, e.height, e.date_expedition as date_expedition, e.model_pdf, e.fk_address, e.date_delivery, e.fk_shipping_method, e.tracking_number, e.note_private, e.note_public, e.fk_incoterms, e.location_incoterms, e.signed_status, i.libelle as label_incoterms, s.libelle as shipping_method, el.fk_source as origin_id, el.sourcetype as origin_type FROM llxu0_expedition as e LEFT JOIN llxu0_element_element as el ON el.fk_target = e.rowid AND el.targettype = 'shipping' LEFT JOIN llxu0_c_incoterms as i ON e.fk_incoterms = i.rowid LEFT JOIN llxu0_c_shipment_mode as s ON e.fk_shipping_method = s.rowid WHERE e.entity IN (1) AND e.rowid = 254 0.3[DB_ERROR_NOSUCHFIELD] Unknown column ‘e.billed’ in ‘SELECT’

On the PROJECT Resume we get this from the shipments:

ErrorBadValueForParamNotAString

The solution is adding billed column in sql table as smallint, length 6, predefine as “personalized” and 0, and nule marked.

in which table?

edit, probably in this table