Add in RCC toggle & use parts threshold inclusion.
This commit is contained in:
@@ -687,6 +687,11 @@ function SGI_V1Ruleset(jobline, joblines) {
|
||||
jobline.ignore = true;
|
||||
}
|
||||
|
||||
//Is it the use parts line threshold? Added at the end to undo the 900500 lines.
|
||||
if (jobline.line_desc.toUpperCase().includes("USED PARTS THRESHOLD")) {
|
||||
jobline.ignore = false;
|
||||
}
|
||||
|
||||
return jobline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user