Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPurchaseorderCustomer()
 {
     return $this->hasOne(Tbcustomer::className(), ['customer_id' => 'purchaseorder_customerid']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getQuotationCustomer()
 {
     return $this->hasOne(Tbcustomer::className(), ['customer_id' => 'quotation_customerid']);
 }