mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Field rename
This commit is contained in:
parent
b211d72c8b
commit
5a8abe004e
@ -42,7 +42,7 @@ function calculateSum() {
|
||||
$('.amount-warning').remove();
|
||||
if (sum != originalSum) {
|
||||
console.log(sum + ' does not match ' + originalSum);
|
||||
var holder = $('#amount_holder');
|
||||
var holder = $('#journal_amount_holder');
|
||||
var par = holder.find('p.form-control-static');
|
||||
var amount = $('<span>').text(' (' + accounting.formatMoney(sum) + ')').addClass('text-danger amount-warning').appendTo(par);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user