mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Sourced wnframework-modules from Google Code as erpnext
This commit is contained in:
0
setup/doctype/uom/__init__.py
Normal file
0
setup/doctype/uom/__init__.py
Normal file
10
setup/doctype/uom/uom.js
Normal file
10
setup/doctype/uom/uom.js
Normal file
@@ -0,0 +1,10 @@
|
||||
$import(Tips Common)
|
||||
|
||||
//--------- ONLOAD -------------
|
||||
cur_frm.cscript.onload = function(doc, cdt, cdn) {
|
||||
cur_frm.cscript.get_tips(doc, cdt, cdn);
|
||||
}
|
||||
|
||||
cur_frm.cscript.refresh = function(doc, cdt, cdn) {
|
||||
cur_frm.cscript.get_tips(doc, cdt, cdn);
|
||||
}
|
||||
1
setup/doctype/uom/uom.txt
Normal file
1
setup/doctype/uom/uom.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user