RecurrentTransaction has no longer a category
This commit is contained in:
parent
2b1c05ff98
commit
c1c0a87971
|
@ -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"]]
|
||||
|
|
Loading…
Reference in New Issue