Removed prevention of negative RPS scores for non-oem parts RPS-72

This commit is contained in:
Patrick Fic
2020-12-18 11:31:02 -08:00
parent 18061094ac
commit 287e8a619c
2 changed files with 18 additions and 18 deletions

View File

@@ -389,15 +389,15 @@ async function DecodeLinFile(extensionlessFilePath) {
jobline.db_price = jobline.act_price;
}
if (
!!jobline.db_price &&
jobline.db_price > 0 &&
!!jobline.act_price &&
jobline.act_price > jobline.db_price
) {
//Actual price should never be higher than the DB Price.
jobline.db_price = jobline.act_price;
}
// if (
// !!jobline.db_price &&
// jobline.db_price > 0 &&
// !!jobline.act_price &&
// jobline.act_price > jobline.db_price
// ) {
// //Actual price should never be higher than the DB Price.
// jobline.db_price = jobline.act_price;
// }
//Logic Based Exclusions.
if (