Remove the dash in all FEINs

Issue No: MFT-1233
Created 8/9/2018 8:51:55 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.1
Description Cloned from JIRA MFT-1210, which we did in 18.3. Need to take the changes into 18.1 also. {color:#ff0000}After completing this JIRA, make sure to test OH EX2 (Exporters Return) Efile (a text file) to ensure all dashes are removed.{color}   FEIN's format is "12-3456789". It has a total of 9 digits plus a dash. It is issued with the Dash as part of the format. So often they are entered into i21 (for Customer, Vendor, Ship Via, etc) with the Dash. However when reported for MFT purposes, most states require only the digits (without the dash). Some states are ok with both "with dash" and "without dash" formats. So we will just remove the dash.   *To do* :   # When populating data into tblTFTransaction, remove the dash in all FEIN fields. # Including: ## strTaxPayerFEIN ## strTransporterFederalTaxId ## strCustomerFederalTaxId ## strVendorFederalTaxId ## strConsignorFederalTaxId   *Testing* : check grid display (on screen), Excel export (the default export), and any e-file created.