allow ticketinstallment manual payout on sent items

This commit is contained in:
2016-04-07 20:15:09 +02:00
parent a858cedbba
commit 859c898264
5 changed files with 14 additions and 4 deletions

View File

@@ -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;