Skip to content

Commit 2b5d6a8

Browse files
authored
Update addBusinessDays.js
1 parent e2f93b9 commit 2b5d6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Takes the number of days as a parameter
1+
// Takes the number of days as a parameter, and the start date
22
var addBusinessDays = Class.create();
33
var schedule = new GlideSchedule('090eecae0a0a0b260077e1dfa71da828');
44
addBusinessDays.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {

0 commit comments

Comments
 (0)