Update propal.class.php
This commit is contained in:
parent
5a6cfd5efe
commit
bfe7cd0d9f
@ -3137,7 +3137,7 @@ class Propal extends CommonObject
|
|||||||
|
|
||||||
$clause = " WHERE";
|
$clause = " WHERE";
|
||||||
|
|
||||||
$sql = "SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin";
|
$sql = "SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht";
|
||||||
$sql.= " FROM ".MAIN_DB_PREFIX."propal as p";
|
$sql.= " FROM ".MAIN_DB_PREFIX."propal as p";
|
||||||
if (!$user->rights->societe->client->voir && !$user->societe_id)
|
if (!$user->rights->societe->client->voir && !$user->societe_id)
|
||||||
{
|
{
|
||||||
@ -3181,6 +3181,8 @@ class Propal extends CommonObject
|
|||||||
while ($obj=$this->db->fetch_object($resql))
|
while ($obj=$this->db->fetch_object($resql))
|
||||||
{
|
{
|
||||||
$response->nbtodo++;
|
$response->nbtodo++;
|
||||||
|
$response->total+=$obj->total_ht;
|
||||||
|
|
||||||
if ($mode == 'opened')
|
if ($mode == 'opened')
|
||||||
{
|
{
|
||||||
$datelimit = $this->db->jdate($obj->datefin);
|
$datelimit = $this->db->jdate($obj->datefin);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user