This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from b44dada Merge branch 'feature/1268-vat-statement-usable' into develop new 635828d refs #1242 correction sur refactoring new a0857b1 Mise à jour de la déclaration de licences The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a0857b1ab6b98fff329a1a7c4ed686d12ced461d Author: dcosse <cosse@codelutin.com> Date: Mon Nov 30 09:47:48 2015 +0100 Mise à jour de la déclaration de licences commit 635828d791c6060501390a056a25fbec8029de5a Author: dcosse <cosse@codelutin.com> Date: Sun Nov 29 22:32:41 2015 +0100 refs #1242 correction sur refactoring Summary of changes: lima-swing/src/license/THIRD-PARTY.properties | 1 + .../java/org/chorem/lima/ui/financialtransaction/AccountColumn.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
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 a0857b1ab6b98fff329a1a7c4ed686d12ced461d Author: dcosse <cosse@codelutin.com> Date: Mon Nov 30 09:47:48 2015 +0100 Mise à jour de la déclaration de licences --- lima-swing/src/license/THIRD-PARTY.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 9643b47..cf6f707 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -64,3 +64,4 @@ org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Ver org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 +org.apache.xbean--xbean-asm5-shaded--4.0=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm