allow ticketinstallment manual payout on sent items
This commit is contained in:
@@ -148,6 +148,10 @@ class TicketInstallmentRequest extends \yii\db\ActiveRecord
|
||||
return $this->status == static::$STATUS_PENDING ;
|
||||
}
|
||||
|
||||
public function isStatusSent(){
|
||||
return $this->status == static::$STATUS_SENT ;
|
||||
}
|
||||
|
||||
public function getIdGiro(){
|
||||
$result = null;
|
||||
$giro = $this->ugiro;
|
||||
|
||||
Reference in New Issue
Block a user