map charge to taxes and charges in transactions

This commit is contained in:
Akhilesh Darjee
2014-01-30 13:56:57 +05:30
parent b665d86292
commit 4cdb79941b
7 changed files with 37 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ $.extend(erpnext.queries, {
},
task: function() {
return { query: "projects.utils.query_task" };
return { query: "erpnext.projects.utils.query_task" };
},
customer_filter: function(doc) {