mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
Sourced wnframework-modules from Google Code as erpnext
This commit is contained in:
9
payroll/Module Def/Payroll/Payroll.js
Normal file
9
payroll/Module Def/Payroll/Payroll.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var hr_set_tips = function() {
|
||||
$c_obj('Module Tip Control', 'get_tip', 'hr', function(r,rt) {
|
||||
if(r.message) {
|
||||
$(parent.tip_area).html('<b>Tip: </b>' + r.message).css('display','block');
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
||||
hr_set_tips();
|
||||
Reference in New Issue
Block a user