Searched refs:fetch_situation (Results 1 – 3 of 3) sorted by relevance
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/class/ |
H A D | facture.class.php | 1520 …* @param bool $fetch_situation Fetch the previous and next situation in $tab_previous_situation_… 1523 public function fetch($rowid, $ref = '', $ref_ext = '', $notused = '', $fetch_situation = false) argument 1650 … || ($this->type == self::TYPE_CREDIT_NOTE && $this->situation_cycle_ref > 0)) && $fetch_situation)
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/ |
H A D | card.php | 116 $fetch_situation = false; variable 118 $fetch_situation = true; variable 120 $ret = $object->fetch($id, $ref, '', '', $fetch_situation);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/class/ |
H A D | facture.class.php | 1576 …* @param bool $fetch_situation Load also the previous and next situation invoice into $tab_previ… 1579 public function fetch($rowid, $ref = '', $ref_ext = '', $notused = '', $fetch_situation = false) argument 1713 …| ($this->type == self::TYPE_CREDIT_NOTE && $this->situation_cycle_ref > 0)) && $fetch_situation) {
|