Fix getEntity for invoice_supplier

This commit is contained in:
Laurent Destailleur 2022-06-17 14:31:51 +02:00
parent 36760d7a58
commit deb21396c1

View File

@ -132,6 +132,9 @@ function getEntity($element, $shared = 1, $currentobject = null)
case 'order_supplier':
$element = 'supplier_order';
break; // "/fourn/class/fournisseur.commande.class.php"
case 'invoice_supplier':
$element = 'supplier_invoice';
break; // "/fourn/class/fournisseur.facture.class.php"
}
if (is_object($mc)) {