commit | b3a0e05bae5916b187fcbe1fc9dd067b704a0c9a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed May 11 12:37:58 2016 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed May 11 12:38:11 2016 +0530 |
tree | 5c8872c242abb563c73f5da0f15d5fa2e12adefd | |
parent | a1ec7f1eed6f296d0c5d5bfbdf6c599c44ca6e1c [diff] |
included path fixed in report print formats
diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.html b/erpnext/accounts/report/accounts_payable/accounts_payable.html index d3020b2..07f9e47 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 d3020b2..07f9e47 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 d3020b2..07f9e47 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 d4ae54d..14dc0a6 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 d4ae54d..14dc0a6 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 d4ae54d..14dc0a6 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" %}