Skip to content

Commit

Permalink
Uncommented Throw
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Oct 5, 2021
1 parent 29ebb38 commit b73f61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haas_Mills_BIDC/Bechtel Milling.cps
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ function onSection() {
}

if (hasParameter("notes") && getParameter("notes").toUpperCase().indexOf("APPROVED") <= -1) {
// throw "Operation \"" + getParameter("operation-comment") + "\" not approved. See a Peer Mentor."
throw "Operation \"" + getParameter("operation-comment") + "\" not approved. See a Peer Mentor."
}

if (staticProperties.showNotes) {
Expand Down

0 comments on commit b73f61f

Please sign in to comment.