Skip to content

Commit

Permalink
Merge pull request #2665 from atm-maxime/3.6
Browse files Browse the repository at this point in the history
Fix : include facture class for outstanding bill
  • Loading branch information
eldy committed Apr 18, 2015
2 parents ab77158 + 5a66e1f commit fdd34c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/societe/class/societe.class.php
Expand Up @@ -3103,6 +3103,7 @@ function get_OutstandingBill()
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;
Expand Down

0 comments on commit fdd34c5

Please sign in to comment.