Update HAML
This commit is contained in:
parent
5f60844a13
commit
271af8f59f
5 changed files with 8 additions and 6 deletions
|
|
@ -33,7 +33,7 @@
|
|||
if (item) {
|
||||
ele.show();
|
||||
ele.find('.amount').text(item.amount);
|
||||
ele.find('.reference').text((#{BankTransactionReference.js_code_for_user(@current_user)})(item.values));
|
||||
ele.find('.reference').text((#{raw BankTransactionReference.js_code_for_user(@current_user)})(item.values));
|
||||
} else {
|
||||
ele.hide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue