Home
last modified time | relevance | path

Searched refs:date_start_real (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/contrat/class/
H A Dcontrat.class.php881 $line->date_start_real = $this->db->jdate($objp->date_ouverture);
2374 $line->date_start_real = dol_now() - 200000;
2632 public $date_start_real; // date start real variable in ContratLigne
2879 $this->date_start_real = $this->db->jdate($obj->date_ouverture);
2978 if (empty($this->date_start_real)) $this->date_start = $this->date_ouverture;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contrat/class/
H A Dcontrat.class.php860 $line->date_start_real = $this->db->jdate($objp->date_ouverture);
2395 $line->date_start_real = dol_now() - 200000;
2650 public $date_start_real; // date start real variable in ContratLigne
2927 $this->date_start_real = $this->db->jdate($obj->date_ouverture);
3042 if (empty($this->date_start_real)) {