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
b2c3a52477
commit
3d5e4d3ac4
@ -290,6 +290,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