diff --git a/src/sunstone/public/js/sunstone.js b/src/sunstone/public/js/sunstone.js
index e8d47ed2f0..b6b12b3e07 100644
--- a/src/sunstone/public/js/sunstone.js
+++ b/src/sunstone/public/js/sunstone.js
@@ -5173,39 +5173,44 @@ function accountingGraphs(div, opt){
\
\
\
-
\
-
\
- \
-
\
-
\
-
\
- \
- \
- '+tr("Date")+' | \
-
\
- \
- \
- \
-
\
-
\
-
\
- \
-
\
- \
-
\
-
\
-
\
- \
- \
- '+tr("Date")+' | \
-
\
- \
- \
- \
-
\
-
\
-
\
- ');
+
' +
+ generateAdvancedSection({
+ title: tr("Accounting Tables"),
+ html_id: "advanced_accounting_tables",
+ content: '\
+
\
+ \
+
\
+
\
+
\
+ \
+ \
+ '+tr("Date")+' | \
+
\
+ \
+ \
+ \
+
\
+
\
+
\
+ \
+
\
+ \
+
\
+
\
+
\
+ \
+ \
+ '+tr("Date")+' | \
+
\
+ \
+ \
+ \
+
\
+
\
+
'
+ }) +
+ '');
if (opt == undefined){
opt = {};