mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branches 'develop' and 'develop' of github.com:hillelcoren/invoice-ninja into develop
This commit is contained in:
commit
8cabcb2640
@ -95,7 +95,7 @@ class Expense extends EntityModel
|
||||
{
|
||||
$array = parent::toArray();
|
||||
|
||||
if(empty($this->visible) || in_array('converted_amount', $this->visible))$array['previewconverted_amount_url'] = $this->convertedAmount();
|
||||
if(empty($this->visible) || in_array('converted_amount', $this->visible))$array['converted_amount'] = $this->convertedAmount();
|
||||
|
||||
return $array;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user