🐛 Kfet transactions should go to the Kfet note
This commit is contained in:
parent
1f300c3b7b
commit
7d0c94c19b
|
@ -236,6 +236,7 @@ class Command(ImportCommand):
|
||||||
(obj_dict0,
|
(obj_dict0,
|
||||||
child_dict0,
|
child_dict0,
|
||||||
child_transaction) = self._membership_transaction(row, obj_dict, child_dict, pk_membership)
|
child_transaction) = self._membership_transaction(row, obj_dict, child_dict, pk_membership)
|
||||||
|
obj_dict0["destination_id"] = 6 # Kfet note id
|
||||||
bde_dict = {
|
bde_dict = {
|
||||||
"pk": pk_membership,
|
"pk": pk_membership,
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
|
|
Loading…
Reference in New Issue