mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 03:17:55 +00:00
added manifest, hooks and fixed requires webnotes/wnframework#351
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
wn.require('app/controllers/js/contact_address_common.js');
|
||||
{% include 'controllers/js/contact_address_common.js' %};
|
||||
@@ -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/controllers/js/contact_address_common.js');
|
||||
{% include 'controllers/js/contact_address_common.js' %};
|
||||
|
||||
cur_frm.cscript.refresh = function(doc) {
|
||||
cur_frm.communication_view = new wn.views.CommunicationList({
|
||||
|
||||
Reference in New Issue
Block a user