Skip to content

Commit a6f8a0c

Browse files
authored
Update autoPopulatePlannedEndDate.js
1 parent 47a15c9 commit a6f8a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client-Side Components/Client Scripts/Auto-Populate Planned End Date/autoPopulatePlannedEndDate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function onChange(control, oldValue, newValue, isLoading, isTemplate) {
1212
daysToAdd = 3;
1313
else if(g_form.getValue('type') =='emergency')
1414
daysToAdd = 1;
15-
var ga = new GlideAjax("addBusinessDays"); //Calling the script include
15+
var ga = new GlideAjax("addBusinessDays"); //Calling the add business days script include, which is in the Server-Side Components/Script Includes/Add Business Days/addBusinessDays.js
1616
ga.addParam('sysparm_name', 'addDays');
1717
ga.addParam('sysparm_days', daysToAdd);
1818
ga.addParam('sysparm_date', newValue);

0 commit comments

Comments
 (0)