[ui] removed links to old search_criteria and Report2 is now Report

This commit is contained in:
Rushabh Mehta
2013-06-04 11:23:42 +05:30
parent 748f900a3f
commit 8fefeaf1bd
4 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ erpnext.PurchaseAnalytics = wn.views.TreeGridReport.extend({
item_key: "supplier",
parent_field: "parent_supplier_type",
formatter: function(item) {
// return repl('<a href="#Report2/stock-invoices/customer=%(enc_value)s">%(value)s</a>', {
// return repl('<a href="#Report/stock-invoices/customer=%(enc_value)s">%(value)s</a>', {
// value: item.name,
// enc_value: encodeURIComponent(item.name)
// });