diff --git a/src/view/grid/GridAccount.cpp b/src/view/grid/GridAccount.cpp index ed55f25..4d10ad2 100644 --- a/src/view/grid/GridAccount.cpp +++ b/src/view/grid/GridAccount.cpp @@ -199,7 +199,19 @@ void GridAccount::LoadOperations(std::vector* operations, int month, QStringList list; NULLop.id = 0; - + NULLop.parent = 0; + NULLop.amount = 0.0; + NULLop.description = ""; + NULLop.category = 0; + NULLop.tag = 0; + NULLop.fix_cost = false; + NULLop.account = 0; + NULLop.checked = 0; + NULLop.transfert = 0; + NULLop.formula = ""; + NULLop.meta = false; + NULLop._virtual = false; + _loadOperations = true; _operations = operations; _curMonth = month;