mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for expense currency conversion
This commit is contained in:
parent
b2c3a52477
commit
3d5e4d3ac4
@ -290,6 +290,7 @@
|
||||
var client = clientMap[clientId];
|
||||
if (client) {
|
||||
model.invoice_currency_id(client.currency_id);
|
||||
model.updateExchangeRate();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user