Added comments for new todo on line ignore logic.
This commit is contained in:
@@ -372,6 +372,10 @@ async function DecodeLinFile(extensionlessFilePath) {
|
|||||||
// jobline.db_price = jobline.act_price;
|
// jobline.db_price = jobline.act_price;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
//*****TODO LINE****
|
||||||
|
//Any PAL, Remanufactured, Recycled, Aftermarket, Used,
|
||||||
|
// If DB Price 0, ignore them.
|
||||||
|
|
||||||
//RPS-46 Ignore NA Line Items.
|
//RPS-46 Ignore NA Line Items.
|
||||||
if (
|
if (
|
||||||
jobline.part_type === "PAN" &&
|
jobline.part_type === "PAN" &&
|
||||||
|
|||||||
Reference in New Issue
Block a user