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 8a9e13b refs #1314 mise à jour version pom et Third-party new 5e23e95 refs #1315 Ajout des nouvelles écritures aux écritures non vérouillées The 1 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 5e23e957dedb9841041eb87b99b84bc6840b2a20 Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 22:56:34 2016 +0100 refs #1315 Ajout des nouvelles écritures aux écritures non vérouillées Summary of changes: .../main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java | 3 +++ 1 file changed, 3 insertions(+) -- 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 5e23e957dedb9841041eb87b99b84bc6840b2a20 Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 22:56:34 2016 +0100 refs #1315 Ajout des nouvelles écritures aux écritures non vérouillées --- .../main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java index 66bf038..bfb9238 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java @@ -478,6 +478,9 @@ public class LetteringViewHandler{ /*Add new entries to the model and the table*/ Entry newSameAccountEntry = newEntriesFormEqualizing[0]; Entry newCostOrProductEntry = newEntriesFormEqualizing[1]; + this.unlockedEntries.add(newSameAccountEntry); + this.unlockedEntries.add(newCostOrProductEntry); + tableModel.addValue(newSameAccountEntry); tableModel.addValue(newCostOrProductEntry); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm