Fixed finance module to work with bootstrap design.
This commit is contained in:
parent
16de9124fe
commit
0236fb5a60
55 changed files with 440 additions and 486 deletions
|
|
@ -1,2 +1,2 @@
|
|||
$.fancybox.close();
|
||||
$('#note').html('#{escape_javascript(simple_format(@order.note))}');
|
||||
$('#modalContainer').modal('hide');
|
||||
$('#note').html('#{j(simple_format(@order.note))}');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue