Fin des adaptations

This commit is contained in:
Ludovic Stephan 2020-09-15 20:05:54 +02:00
parent a9eb32217f
commit aa955a06ef
3 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ $(document).ready(function() {
khistory = new KHistory({
display_trigramme: false,
fetch_options: {
'accounts': [{{ account.pk }}],
account: {{ account.pk }},
}
});

View file

@ -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,
},
});

View file

@ -36,7 +36,7 @@ $(document).ready(function() {
var khistory = new KHistory({
fetch_options:{
transfersonly: true,
transfers_only: true,
}
});