From f482cce09eef4db834f02d2da7fec52d5a64f8e4 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Wed, 27 Apr 2016 17:59:47 +0200 Subject: [PATCH] fix crash if empty fiscalyear --- .../report/templates/general_ledger.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/account_financial_report_qweb/report/templates/general_ledger.xml b/account_financial_report_qweb/report/templates/general_ledger.xml index 55c19c0b..b6d6e637 100644 --- a/account_financial_report_qweb/report/templates/general_ledger.xml +++ b/account_financial_report_qweb/report/templates/general_ledger.xml @@ -34,7 +34,11 @@
Target Moves
-
+
+ + + +
From: