Author: echatellier Date: 2012-05-15 10:23:51 +0200 (Tue, 15 May 2012) New Revision: 3417 Url: http://chorem.org/repositories/revision/lima/3417 Log: Fix lazy exception for transaction edition Modified: trunk/lima-callao/src/main/xmi/accounting.properties Modified: trunk/lima-callao/src/main/xmi/accounting.properties =================================================================== --- trunk/lima-callao/src/main/xmi/accounting.properties 2012-05-15 08:21:59 UTC (rev 3416) +++ trunk/lima-callao/src/main/xmi/accounting.properties 2012-05-15 08:23:51 UTC (rev 3417) @@ -47,9 +47,9 @@ org.chorem.lima.entity.FiscalPeriod.attribute.endDate.tagvalue.notNull=true # lazy -org.chorem.lima.entity.FiscalPeriod.attribute.financialPeriod.tagvalue.lazy=false +org.chorem.lima.entity.Entry.attribute.account.tagvalue.lazy=false org.chorem.lima.entity.FinancialTransaction.attribute.entry.tagvalue.lazy=false -org.chorem.lima.entity.Entry.attribute.account.tagvalue.lazy=false +org.chorem.lima.entity.FinancialTransaction.attribute.entrybook.tagvalue.lazy=false org.chorem.lima.entity.FinancialStatement.attribute.subFinancialStatements.tagvalue.lazy=false org.chorem.lima.entity.FinancialStatement.attribute.masterFinancialStatement.tagvalue.lazy=false org.chorem.lima.entity.VatStatement.attribute.subVatStatements.tagvalue.lazy=false