FIX class Facture undefined in displaying margin information

This commit is contained in:
VESSILLER 2019-12-23 15:37:12 +01:00
parent 7b08ce9fb8
commit 720146c45f

View File

@ -63,6 +63,8 @@ class FormMargin
{
global $conf, $db;
require_once DOL_DOCUMENT_ROOT . '/compta/facture/class/facture.class.php';
// Default returned array
$marginInfos = array(
'pa_products' => 0,