mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for expense currency conversion
This commit is contained in:
parent
af342c06e5
commit
8d83f42bd4
@ -288,6 +288,7 @@
|
|||||||
var client = clientMap[clientId];
|
var client = clientMap[clientId];
|
||||||
if (client) {
|
if (client) {
|
||||||
model.invoice_currency_id(client.currency_id);
|
model.invoice_currency_id(client.currency_id);
|
||||||
|
model.updateExchangeRate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user