Skip to content
Snippets Groups Projects
Commit b7ffdba5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge remote-tracking branch 'origin/3.6' into 3.7

parents 5b29c879 fdd34c58
No related branches found
No related tags found
No related merge requests found
......@@ -3168,6 +3168,7 @@ class Societe extends CommonObject
if ($resql)
{
$outstandingBill = 0;
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
$facturestatic=new Facture($this->db);
while($obj=$this->db->fetch_object($resql)) {
$facturestatic->id=$obj->rowid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment