mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
checks for importing exchange rates
This commit is contained in:
parent
6bbf3dface
commit
9bfaee5c1f
@ -114,7 +114,7 @@ class InvoiceTransformer extends BaseTransformer
|
||||
$invoice_data,
|
||||
'invoice.custom_surcharge4'
|
||||
),
|
||||
'exchange_rate' => $this->getString(
|
||||
'exchange_rate' => $this->getFloat(
|
||||
$invoice_data,
|
||||
'invoice.exchange_rate'
|
||||
),
|
||||
|
@ -114,7 +114,7 @@ class QuoteTransformer extends BaseTransformer
|
||||
$quote_data,
|
||||
'quote.custom_surcharge4'
|
||||
),
|
||||
'exchange_rate' => $this->getString(
|
||||
'exchange_rate' => $this->getFloat(
|
||||
$quote_data,
|
||||
'quote.exchange_rate'
|
||||
),
|
||||
|
@ -122,7 +122,7 @@ class RecurringInvoiceTransformer extends BaseTransformer
|
||||
$invoice_data,
|
||||
'invoice.custom_surcharge4'
|
||||
),
|
||||
'exchange_rate' => $this->getString(
|
||||
'exchange_rate' => $this->getFloat(
|
||||
$invoice_data,
|
||||
'invoice.exchange_rate'
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user