Fix for expense currency conversion
This commit is contained in:
parent
af342c06e5
commit
8d83f42bd4
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@
|
|||
var client = clientMap[clientId];
|
||||
if (client) {
|
||||
model.invoice_currency_id(client.currency_id);
|
||||
model.updateExchangeRate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue