IO-3020 IO-3036 Remove additional TODOs.
This commit is contained in:
@@ -10,7 +10,7 @@ const InstanceMgr = require("../utils/instanceMgr").default;
|
||||
//****************************************************** */
|
||||
//****************************************************** */
|
||||
//****************************************************** */
|
||||
//THIS IS THE USA/PROMANAGER/ROME REQUIRED JOB TOTALS CALCULATION.
|
||||
//THIS IS THE USA/ROME REQUIRED JOB TOTALS CALCULATION.
|
||||
//****************************************************** */
|
||||
//****************************************************** */
|
||||
//****************************************************** */
|
||||
@@ -995,8 +995,7 @@ function CalculateTaxesTotals(job, otherTotals) {
|
||||
thresholdAmount === 9999.99 ||
|
||||
InstanceMgr({
|
||||
imex: false,
|
||||
rome: thresholdAmount === 0 && parseInt(tyCounter) === 1,
|
||||
promanager: "USE_ROME"
|
||||
rome: thresholdAmount === 0 && parseInt(tyCounter) === 1
|
||||
})
|
||||
) {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user