From b3a0e05bae5916b187fcbe1fc9dd067b704a0c9a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 11 May 2016 12:37:58 +0530 Subject: [PATCH] included path fixed in report print formats --- 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 d3020b22a40..07f9e47d81d 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.html +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.html @@ -1 +1 @@ -{% include "accounts/report/accounts_receivable/accounts_receivable.html" %} +{% include "erpnext/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 d3020b22a40..07f9e47d81d 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 "accounts/report/accounts_receivable/accounts_receivable.html" %} +{% include "erpnext/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 d3020b22a40..07f9e47d81d 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 "accounts/report/accounts_receivable/accounts_receivable.html" %} +{% include "erpnext/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 d4ae54d4f38..14dc0a639a4 100644 --- a/erpnext/accounts/report/balance_sheet/balance_sheet.html +++ b/erpnext/accounts/report/balance_sheet/balance_sheet.html @@ -1 +1 @@ -{% include "accounts/report/financial_statements.html" %} +{% include "erpnext/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 d4ae54d4f38..14dc0a639a4 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 "accounts/report/financial_statements.html" %} +{% include "erpnext/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 d4ae54d4f38..14dc0a639a4 100644 --- a/erpnext/accounts/report/trial_balance/trial_balance.html +++ b/erpnext/accounts/report/trial_balance/trial_balance.html @@ -1 +1 @@ -{% include "accounts/report/financial_statements.html" %} +{% include "erpnext/accounts/report/financial_statements.html" %}