forked from DGNum/gestioCOF
Merge branch 'fix-cash-transaction-cancel' into 'master'
Fix typo and hence cash transaction cancel Closes #239 See merge request klub-dev-ens/gestioCOF!384
This commit is contained in:
commit
4c9ee8a57d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ function KHistory(options = {}) {
|
||||||
var $opegroup = this.findOpeGroup(opegroup['id']);
|
var $opegroup = this.findOpeGroup(opegroup['id']);
|
||||||
var trigramme = $opegroup.find('.trigramme').text();
|
var trigramme = $opegroup.find('.trigramme').text();
|
||||||
var amount = amountDisplay(
|
var amount = amountDisplay(
|
||||||
parseFloat(opegroup['amount'], opegroup['is_cof'], trigramme));
|
parseFloat(opegroup['amount']), opegroup['is_cof'], trigramme);
|
||||||
$opegroup.find('.amount').text(amount);
|
$opegroup.find('.amount').text(amount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue