Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
95da6f6ad2dd898801a1ba578977ea889619337a
/
.
/
payroll
/
Module Def
/
Payroll
/
Payroll.js
blob: 98807ee3a6d3b6c50e75a90f80cc9a1b94294e9f [
file
] [
log
] [
blame
]
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
();