Merge remote-tracking branch 'origin/3.6' into 3.7
This commit is contained in:
commit
b7ffdba55f
@ -3168,6 +3168,7 @@ class Societe extends CommonObject
|
|||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
$outstandingBill = 0;
|
$outstandingBill = 0;
|
||||||
|
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
|
||||||
$facturestatic=new Facture($this->db);
|
$facturestatic=new Facture($this->db);
|
||||||
while($obj=$this->db->fetch_object($resql)) {
|
while($obj=$this->db->fetch_object($resql)) {
|
||||||
$facturestatic->id=$obj->rowid;
|
$facturestatic->id=$obj->rowid;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user