Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAccountVouchers()
 {
     return $this->hasMany(AccountVoucher::className(), ['tax_id' => 'id']);
 }
Ejemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAccountVouchers()
 {
     return $this->hasMany(AccountVoucher::className(), ['payment_rate_currency_id' => 'id']);
 }