RecurrentTransaction has no longer a category

This commit is contained in:
Yohann D'ANELLO 2020-09-01 15:54:32 +02:00
parent 2b1c05ff98
commit c1c0a87971
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class Command(ImportCommand):
def _template_transaction(self, row, obj_dict, child_dict):
if self.buttons.get(row["description"]):
child_dict["category_id"] = self.buttons[row["description"]][1]
child_dict["template_id"] = self.buttons[row["description"]][0]
# elif self.categories.get(row["categorie"]):
# child_dict["category_id"] = self.categories[row["categorie"]]