in table header, instead of extrafield filters, this message appears
ERROR : selectForForms: Error bad setup of field objectdescorig=
This commit is contained in:
Vincent Maury
2025-09-12 18:57:44 +02:00
committed by GitHub
parent eb3d752047
commit e541438b7e

View File

@@ -13475,7 +13475,7 @@ function getElementProperties($elementType)
$classname = 'CommandeFournisseurLigne';
$table_element = 'commande_fournisseurdet';
$parent_element = 'commande_fournisseur';
} elseif ($elementType == 'invoice_supplier') {
} elseif ($elementType == 'invoice_supplier' || $elementType == 'facture_fourn') {
$classpath = 'fourn/class';
$module = 'fournisseur';
$classfile = 'fournisseur.facture';