refs #434
This commit is contained in:
@ -61,7 +61,7 @@ class BillPayment extends Model
|
||||
*/
|
||||
public function setAmountAttribute($value)
|
||||
{
|
||||
$this->attributes['amount'] = (double) money($value, $this->account->currency_code)->getAmount();
|
||||
$this->attributes['amount'] = (double) $value;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user