1
0
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:
Hillel Coren 2018-04-05 14:39:54 +03:00
parent b2c3a52477
commit 3d5e4d3ac4

View File

@ -290,6 +290,7 @@
var client = clientMap[clientId];
if (client) {
model.invoice_currency_id(client.currency_id);
model.updateExchangeRate();
}
}