This is an automated email from the git hooks/post-receive script. New commit to branch feature/1287-compute-summary-on-lettering in repository lima. See http://git.chorem.org/lima.git commit 746e8ced15a7685f5301a21b658bcc93c1c31cfe Author: dcosse <cosse@codelutin.com> Date: Mon Nov 30 13:20:07 2015 +0100 refs #1287 import manquant --- .../src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java | 1 + 1 file changed, 1 insertion(+) 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 54fd009..9ea521d 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 @@ -42,6 +42,7 @@ import org.chorem.lima.business.exceptions.LockedFinancialPeriodException; import org.chorem.lima.business.exceptions.UnbalancedEntriesException; import org.chorem.lima.entity.Account; import org.chorem.lima.entity.Entry; +import org.chorem.lima.entity.EntryImpl; import org.chorem.lima.entity.FiscalPeriod; import org.chorem.lima.ui.combobox.AccountComboBox; import org.chorem.lima.util.BigDecimalToString; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.