Exemple #1
0
 public function isMoreActionInHeader()
 {
     return !($this->sbr->isEmp() && $this->sbr->data['emp_feedback_id'] > 0) && $this->status == sbr_stages::STATUS_ARBITRAGED && !$this->data[$this->sbr->upfx . 'feedback_id'] || $this->notification['ntype'] == 'sbr_stages.EMP_PAID' && $this->sbr->isEmp() || $this->notification['ntype'] == 'sbr_stages.FRL_PAID' && $this->sbr->isFrl() || $this->notification['ntype'] == 'sbr_stages.DOC_RECEIVED' || $this->notification['ntype'] == 'sbr_stages.FRL_FEEDBACK' && $this->sbr->isFrl() && $this->head_docs || $this->data['lc_state'] == pskb::STATE_TRANS && $this->sbr->isFrl() || $this->data['lc_state'] == pskb::STATE_PASSED && $this->sbr->isFrl() || $this->data['lc_state'] == pskb::STATE_PASSED && $this->sbr->isEmp() && $this->status == self::STATUS_ARBITRAGED && ($this->arbitrage['id'] > 0 && (int) $this->arbitrage['frl_percent'] != 1);
 }