Added NA DB Price Exclusion. RPS-46
This commit is contained in:
@@ -405,7 +405,7 @@ async function DecodeLinFile(extensionlessFilePath) {
|
||||
jobline.part_type.toUpperCase() === "PASL" ||
|
||||
jobline.part_type.toUpperCase() === "PAE" ||
|
||||
//jobline.glass_flag === true //Removed for RPS-43.
|
||||
jobline.db_price === 0
|
||||
jobline.db_price === 0 //Added as a part of RPS-46.
|
||||
)
|
||||
jobline.ignore = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user