Fix Bug : find meta operations when search previous operations (same description)

Fix Bug : Don't update meta amount when removing one operation
Update locales
This commit is contained in:
2010-12-02 19:12:27 +01:00
parent 84bd6d8b42
commit 5a50a53b7a
5 changed files with 186 additions and 168 deletions

View File

@@ -1440,6 +1440,8 @@ removeLastGroup:
op2.childs.erase(op2.childs.begin()+a);
break;
}
UpdateMeta(op2);
UpdateOperation(op2);
}
line = GetDisplayedRow(parent);