Skip to content

Commit 47a15c9

Browse files
authored
Update addBusinessDays.js
1 parent 56df78f commit 47a15c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Server-Side Components/Script Includes/Add Business Days/addBusinessDays.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Takes the number of days as a parameter, and the start date
2+
//Name: addBusinessDays
3+
//Client Callable: checked
24
var addBusinessDays = Class.create();
35
var schedule = new GlideSchedule('090eecae0a0a0b260077e1dfa71da828');
46
addBusinessDays.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {

0 commit comments

Comments
 (0)