Skip to content

Commit

Permalink
Merge pull request #19 from uppusaikiran/work_new
Browse files Browse the repository at this point in the history
Fixed from date in attendance
  • Loading branch information
rahulkapoor90 authored Dec 4, 2016
2 parents 1482e0e + b58761f commit a45efef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Extension for chrome/scripts/attendance/attendance.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ $(document).ready(function () {
document.getElementsByTagName('head')[0].appendChild(script1);

});

document.getElementsByName('from_date')[0].value = '01-JAN-2016'

0 comments on commit a45efef

Please sign in to comment.