ET Export - TankManagementSites export has wrong data for tax code

Issue No: TM-2675
Created 12/7/2017 12:28:46 PM
Type Bug
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 17.3
Description *Steps* :   1. Check tblTMPreferenceCompany - ysnUseOriginIntegration if equal to 0.   2. Check vyuTMETExportTankManagementSite for tax state id. Tax State Id is NOT being displayed as ISNULL(LEFT(G.strTaxGroup,2),'') TaxStateID   *Issue* :   TaxStateID in TankManagementSites.xml has the wrong data. Right now it apepars to be using the tax group name (IL MTV), when it needs to be the first two chracters of the tax group name and the identity for the tax group (IL6).   *Acceptance* :   The view needs to be updated, and it should do this for i21 only. For Origin integrated customers it should remain as-is.