Skip to content
Snippets Groups Projects
Commit 5a66e1f9 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Fix : include facture class for outstanding bill

parent ab771587
No related branches found
No related tags found
No related merge requests found
......@@ -3103,6 +3103,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.
Finish editing this message first!
Please register or to comment