diff --git a/erpnext/accounts/report/cash_flow/cash_flow.html b/erpnext/accounts/report/cash_flow/cash_flow.html new file mode 100644 index 00000000000..40ba20c4ac6 --- /dev/null +++ b/erpnext/accounts/report/cash_flow/cash_flow.html @@ -0,0 +1 @@ +{% include "accounts/report/financial_statements.html" %} \ No newline at end of file diff --git a/erpnext/accounts/report/profitability_analysis/profitability_analysis.html b/erpnext/accounts/report/profitability_analysis/profitability_analysis.html new file mode 100644 index 00000000000..40ba20c4ac6 --- /dev/null +++ b/erpnext/accounts/report/profitability_analysis/profitability_analysis.html @@ -0,0 +1 @@ +{% include "accounts/report/financial_statements.html" %} \ No newline at end of file