diff --git a/dynamic_accounts_report/report/bank_book_templates.xml b/dynamic_accounts_report/report/bank_book_templates.xml
index 8505880e4..cf9379086 100644
--- a/dynamic_accounts_report/report/bank_book_templates.xml
+++ b/dynamic_accounts_report/report/bank_book_templates.xml
@@ -117,9 +117,9 @@
-
-
@@ -127,10 +127,17 @@
|
-
-
+
+
+
+
+
+
+
+
+
+
+
|
@@ -184,18 +191,23 @@
-
-
+
+
+
+
+
+
|
-
-
+
+
+
+
+
+
+
|
|
@@ -211,11 +223,15 @@
Total |
-
+
+
+
|
-
+
+
+
|
diff --git a/dynamic_accounts_report/static/src/js/bank_flow.js b/dynamic_accounts_report/static/src/js/bank_flow.js
index 407fee1f6..d097e7f5f 100644
--- a/dynamic_accounts_report/static/src/js/bank_flow.js
+++ b/dynamic_accounts_report/static/src/js/bank_flow.js
@@ -140,7 +140,7 @@ class BankBook extends owl.Component {
var self = this;
let totals = {
'total_debit':this.state.total_debit,
- 'total_debit_display':this.state.total_debit_display,
+ 'total_debit_display':this.state.total_debit_display ,
'total_credit':this.state.total_credit,
'total_credit_display':this.state.total_credit_display,
'currency':this.state.currency,
|