Home
last modified time | relevance | path

Searched refs:CLOSECODE_ABANDONED (Results 1 – 4 of 4) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/class/
H A Dfournisseur.facture.class.php326 const CLOSECODE_ABANDONED = 'abandon'; define in FactureFournisseur
2131 …OR (f.fk_statut = ".self::STATUS_ABANDONED." AND f.close_code = '".self::CLOSECODE_ABANDONED."'))";
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/class/
H A Dfournisseur.facture.class.php355 const CLOSECODE_ABANDONED = 'abandon'; define in FactureFournisseur
2311 …OR (f.fk_statut = ".self::STATUS_ABANDONED." AND f.close_code = '".self::CLOSECODE_ABANDONED."'))";
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/class/
H A Dfacture.class.php401 const CLOSECODE_ABANDONED = 'abandon'; // Abandonned - other define in Facture
3946 …OR (f.fk_statut = ".self::STATUS_ABANDONED." AND f.close_code = '".self::CLOSECODE_ABANDONED."'))";
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/class/
H A Dfacture.class.php419 const CLOSECODE_ABANDONED = 'abandon'; // Abandonned - other define in Facture
4132 …OR (f.fk_statut = ".self::STATUS_ABANDONED." AND f.close_code = '".self::CLOSECODE_ABANDONED."'))";