close #466 Fixed: Bill Payment Problem
This commit is contained in:
@ -101,4 +101,9 @@ class BillPayment extends Model
|
||||
|
||||
return $this->getMedia('attachment')->last();
|
||||
}
|
||||
|
||||
public function getDivideConvertedAmount($format = false)
|
||||
{
|
||||
return $this->divide($this->amount, $this->currency_code, $this->currency_rate, $format);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user