Fin des adaptations
This commit is contained in:
parent
a9eb32217f
commit
aa955a06ef
3 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ $(document).ready(function() {
|
|||
khistory = new KHistory({
|
||||
display_trigramme: false,
|
||||
fetch_options: {
|
||||
'accounts': [{{ account.pk }}],
|
||||
account: {{ account.pk }},
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -1142,8 +1142,8 @@ $(document).ready(function() {
|
|||
|
||||
khistory = new KHistory({
|
||||
fetch_options: {
|
||||
from: moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'),
|
||||
opesonly: true,
|
||||
start: moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'),
|
||||
opes_only: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ $(document).ready(function() {
|
|||
|
||||
var khistory = new KHistory({
|
||||
fetch_options:{
|
||||
transfersonly: true,
|
||||
transfers_only: true,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue