This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 635828d791c6060501390a056a25fbec8029de5a Author: dcosse <cosse@codelutin.com> Date: Sun Nov 29 22:32:41 2015 +0100 refs #1242 correction sur refactoring --- .../java/org/chorem/lima/ui/financialtransaction/AccountColumn.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java b/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java index d0ebe8f..33e567a 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java @@ -58,7 +58,7 @@ public class AccountColumn extends AbstractColumn<FinancialTransactionTableModel if (update) { entry.setAccount(selectedAccount); - boolean updateSucceed = !tableModel.updateEntry(entry); + boolean updateSucceed = tableModel.updateEntry(entry); if (updateSucceed) { setDescriptionFieldIfNone(entry, selectedAccount); } else { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.