IO-2704 QBO/D Export resolution
This commit is contained in:
@@ -605,9 +605,9 @@ exports.default = function ({
|
||||
const state_tax = Dinero(job_totals.totals.state_tax);
|
||||
const local_tax = Dinero(job_totals.totals.local_tax);
|
||||
|
||||
const RulesetToUse = InstanceManager({imex:"CANADA",rome: "US"})
|
||||
const RulesetToUse = InstanceManager({ imex: 'CANADA', rome: 'US', promanager: 'US' });
|
||||
|
||||
if(RulesetToUse = "CANADA"){
|
||||
if(RulesetToUse === "CANADA"){
|
||||
if (federal_tax.getAmount() > 0) {
|
||||
if (qbo) {
|
||||
// do qbo
|
||||
|
||||
Reference in New Issue
Block a user