mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
in table header, instead of extrafield filters, this message appears ERROR : selectForForms: Error bad setup of field objectdescorig=
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user