Home
last modified time | relevance | path

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

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dcommonobject.class.php1788 * @param string $trigkey Trigger key to run (in most cases something like 'XXX_MODIFY')
1828 if ($trigkey)
1837 …if ($result >= 0) $result = $this->call_trigger($trigkey, (!empty($fuser) && is_object($fuser)) ? …
3613 * @param string $trigkey Trigger key to use for trigger
3616 public function setStatut($status, $elementId = null, $elementType = '', $trigkey = '') argument
3648 if (empty($trigkey))
3653 if ($this->element == 'fichinter' && $status == 3) $trigkey = 'FICHINTER_CLASSIFY_DONE';
3654 if ($this->element == 'fichinter' && $status == 2) $trigkey = 'FICHINTER_CLASSIFY_BILLED';
3655 if ($this->element == 'fichinter' && $status == 1) $trigkey = 'FICHINTER_CLASSIFY_UNBILLED';
3658 if ($trigkey)
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dcommonobject.class.php1901 * @param string $trigkey Trigger key to run (in most cases something like 'XXX_MODIFY')
1958 if ($trigkey) {
4091 * @param string $trigkey Trigger key to use for trigger
4094 public function setStatut($status, $elementId = null, $elementType = '', $trigkey = '') argument
4141 if (empty($trigkey)) {
4143 …$trigkey = 'SUPPLIER_PROPOSAL_SIGN'; // 2 = SupplierProposal::STATUS_SIGNED. Can't use constant in…
4152 $trigkey = 'FICHINTER_CLASSIFY_DONE';
4155 $trigkey = 'FICHINTER_CLASSIFY_BILLED';
4158 $trigkey = 'FICHINTER_CLASSIFY_UNBILLED';
4162 if ($trigkey) {
[all …]