branch feature/1158 updated (1abd1d3 -> 13810b7)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1158 in repository lima. See http://git.chorem.org/lima.git from 1abd1d3 refs #1158 : recupération du ClosedPeriodEntryBook et stockage dans un map pour le cache. new 13810b7 import manquant 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 13810b7cf7ec3fdad97d914f3710aaf620911154 Author: dcosse <cosse@codelutin.com> Date: Mon Nov 30 10:12:09 2015 +0100 import manquant Summary of changes: .../org/chorem/lima/ui/common/FinancialTransactionTableModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 feature/1158 in repository lima. See http://git.chorem.org/lima.git commit 13810b7cf7ec3fdad97d914f3710aaf620911154 Author: dcosse <cosse@codelutin.com> Date: Mon Nov 30 10:12:09 2015 +0100 import manquant --- .../org/chorem/lima/ui/common/FinancialTransactionTableModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java b/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java index 9b09b64..354b3b2 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java @@ -25,6 +25,7 @@ package org.chorem.lima.ui.common; import com.google.common.collect.Maps; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import org.chorem.lima.business.LimaServiceFactory; import org.chorem.lima.business.ServiceListener; import org.chorem.lima.business.api.ClosedPeriodicEntryBookService; import org.chorem.lima.business.api.FinancialPeriodService; @@ -39,10 +40,9 @@ import org.chorem.lima.entity.Entry; import org.chorem.lima.entity.EntryImpl; import org.chorem.lima.entity.FinancialTransaction; import org.chorem.lima.entity.FinancialTransactionImpl; -import org.chorem.lima.business.LimaServiceFactory; import org.chorem.lima.ui.financialtransaction.AccountColumn; import org.chorem.lima.ui.financialtransaction.CreditColumn; -import org.chorem.lima.ui.financialtransaction.DayColumn; +import org.chorem.lima.ui.financialtransaction.DateColumn; import org.chorem.lima.ui.financialtransaction.DebitColumn; import org.chorem.lima.ui.financialtransaction.DescriptionColumn; import org.chorem.lima.ui.financialtransaction.VoucherColumn; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm