IO-1212 Missing stripe hyperlinks.

This commit is contained in:
Patrick Fic
2021-06-21 11:48:48 -07:00
parent 6de9007c3a
commit d90a0cd0c8
3 changed files with 15 additions and 7 deletions

View File

@@ -426,12 +426,6 @@ function CalculateTaxesTotals(job, otherTotals) {
.add(ret.state_tax)
.add(ret.local_tax);
console.log(
"Checking GST",
job.ca_customer_gst !== 0,
job.ca_customer_gst !== null
);
ret.custPayable = {
deductible: Dinero({ amount: Math.round((job.ded_amt || 0) * 100) }) || 0,
federal_tax: job.ca_gst_registrant