1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Remove useless category field in RecurrentTransaction (that is the category of the template)

This commit is contained in:
Yohann D'ANELLO
2020-09-01 15:51:47 +02:00
parent be08c12dca
commit 2b70a05a9e
3 changed files with 24 additions and 21 deletions

View File

@ -226,7 +226,6 @@ function consume(source, source_alias, dest, quantity, amount, reason, type, cat
"source": source.id,
"source_alias": source_alias,
"destination": dest,
"category": category,
"template": template
})
.done(function () {
@ -259,7 +258,6 @@ function consume(source, source_alias, dest, quantity, amount, reason, type, cat
"source": source,
"source_alias": source_alias,
"destination": dest,
"category": category,
"template": template
}).done(function() {
reset();