Home
last modified time | relevance | path

Searched refs:discountcheck (Results 1 – 6 of 6) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/class/
H A Dapi_invoices.class.php1010 $discountcheck = new DiscountAbsolute($this->db);
1011 $result = $discountcheck->fetch(0, $this->invoice->id);
1017 throw new RestException(500, $discountcheck->error);
1020 return parent::_cleanObjectDatas($discountcheck);
1061 $discountcheck = new DiscountAbsolute($this->db);
1062 $result = $discountcheck->fetch(0, $this->invoice->id);
1065 …if ($this->invoice->type == Facture::TYPE_DEPOSIT && empty($discountcheck->id)) $canconvert = 1; /…
1066 …ype == Facture::TYPE_STANDARD) && $this->invoice->paye == 0 && empty($discountcheck->id)) $canconv…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/class/
H A Dapi_invoices.class.php1035 $discountcheck = new DiscountAbsolute($this->db);
1036 $result = $discountcheck->fetch(0, $this->invoice->id);
1042 throw new RestException(500, $discountcheck->error);
1045 return parent::_cleanObjectDatas($discountcheck);
1086 $discountcheck = new DiscountAbsolute($this->db);
1087 $result = $discountcheck->fetch(0, $this->invoice->id);
1090 if ($this->invoice->type == Facture::TYPE_DEPOSIT && empty($discountcheck->id)) {
1093 …voice->type == Facture::TYPE_STANDARD) && $this->invoice->paye == 0 && empty($discountcheck->id)) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/facture/
H A Dcard.php488 $discountcheck = new DiscountAbsolute($db); variable
489 $result = $discountcheck->fetch(0, 0, $object->id);
492 …if ($object->type == FactureFournisseur::TYPE_DEPOSIT && empty($discountcheck->id)) $canconvert = …
493 …== FactureFournisseur::TYPE_STANDARD) && $object->paye == 0 && empty($discountcheck->id)) $canconv…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/facture/
H A Dcard.php508 $discountcheck = new DiscountAbsolute($db); variable
509 $result = $discountcheck->fetch(0, 0, $object->id);
512 if ($object->type == FactureFournisseur::TYPE_DEPOSIT && empty($discountcheck->id)) {
515 …t->type == FactureFournisseur::TYPE_STANDARD) && $object->paye == 0 && empty($discountcheck->id)) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/
H A Dcard.php790 $discountcheck = new DiscountAbsolute($db); variable
791 $result = $discountcheck->fetch(0, $object->id);
794 …if ($object->type == Facture::TYPE_DEPOSIT && empty($discountcheck->id)) $canconvert = 1; // we ca…
795 …ect->type == Facture::TYPE_SITUATION) && $object->paye == 0 && empty($discountcheck->id)) $canconv…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/
H A Dcard.php813 $discountcheck = new DiscountAbsolute($db); variable
814 $result = $discountcheck->fetch(0, $object->id);
817 if ($object->type == Facture::TYPE_DEPOSIT && empty($discountcheck->id)) {
820 … || $object->type == Facture::TYPE_SITUATION) && $object->paye == 0 && empty($discountcheck->id)) {