added manifest, hooks and fixed requires webnotes/wnframework#351

This commit is contained in:
Rushabh Mehta
2013-12-13 14:10:14 +05:30
parent 1f84799f2d
commit 6de403f2be
70 changed files with 151 additions and 140 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
wn.require("app/js/stock_grid_report.js");
wn.require("assets/erpnext/js/stock_grid_report.js");
erpnext.StockAnalytics = erpnext.StockGridReport.extend({
init: function(wrapper, opts) {