forked from DGNum/gestioCOF
Fix typo and hence cash transaction cancel
This commit is contained in:
parent
14164ec4a5
commit
b90e749a7f
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