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