From 9421a109cfbf659153da0f74fc3c9a76c8981f13 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 29 Jul 2016 18:51:52 +0530 Subject: [PATCH] [fix] reports template --- erpnext/accounts/report/accounts_payable/accounts_payable.html | 2 +- .../accounts_payable_summary/accounts_payable_summary.html | 2 +- .../accounts_receivable_summary.html | 2 +- erpnext/accounts/report/balance_sheet/balance_sheet.html | 2 +- .../profit_and_loss_statement/profit_and_loss_statement.html | 2 +- erpnext/accounts/report/trial_balance/trial_balance.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.html b/erpnext/accounts/report/accounts_payable/accounts_payable.html index 07f9e47d81..d3020b22a4 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.html +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.html @@ -1 +1 @@ -{% include "erpnext/accounts/report/accounts_receivable/accounts_receivable.html" %} +{% include "accounts/report/accounts_receivable/accounts_receivable.html" %} diff --git a/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.html b/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.html index 07f9e47d81..d3020b22a4 100644 --- a/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.html +++ b/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.html @@ -1 +1 @@ -{% include "erpnext/accounts/report/accounts_receivable/accounts_receivable.html" %} +{% include "accounts/report/accounts_receivable/accounts_receivable.html" %} diff --git a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.html b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.html index 07f9e47d81..d3020b22a4 100644 --- a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.html +++ b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.html @@ -1 +1 @@ -{% include "erpnext/accounts/report/accounts_receivable/accounts_receivable.html" %} +{% include "accounts/report/accounts_receivable/accounts_receivable.html" %} diff --git a/erpnext/accounts/report/balance_sheet/balance_sheet.html b/erpnext/accounts/report/balance_sheet/balance_sheet.html index 14dc0a639a..d4ae54d4f3 100644 --- a/erpnext/accounts/report/balance_sheet/balance_sheet.html +++ b/erpnext/accounts/report/balance_sheet/balance_sheet.html @@ -1 +1 @@ -{% include "erpnext/accounts/report/financial_statements.html" %} +{% include "accounts/report/financial_statements.html" %} diff --git a/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.html b/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.html index 14dc0a639a..d4ae54d4f3 100644 --- a/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.html +++ b/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.html @@ -1 +1 @@ -{% include "erpnext/accounts/report/financial_statements.html" %} +{% include "accounts/report/financial_statements.html" %} diff --git a/erpnext/accounts/report/trial_balance/trial_balance.html b/erpnext/accounts/report/trial_balance/trial_balance.html index 14dc0a639a..d4ae54d4f3 100644 --- a/erpnext/accounts/report/trial_balance/trial_balance.html +++ b/erpnext/accounts/report/trial_balance/trial_balance.html @@ -1 +1 @@ -{% include "erpnext/accounts/report/financial_statements.html" %} +{% include "accounts/report/financial_statements.html" %}