State Tax Report: The FEIN/EIN(Employeer Id) field is trimming leading zeros in the generated CSV file. Steps to Reproduce: 1. Enter a FEIN/EIN with leading zeros (e.g., `012345678`). 2. Generate the CSV file. 3. Open the generated CSV. Expected Result: The FEIN/EIN should retain all 9 digits, including leading zeros (e.g., `012345678`). Actual Result: The leading zero is trimmed, and the FEIN/EIN is displayed as `12345678`. csv:-https://drive.google.com/file/d/1TKNNtLRXoeuF2sjkLjVF-z1QBrZRoMm9/view?usp=sharing
NOTE:- For zip also leading with zeros as per the publication. Screenshot:-https://drive.google.com/file/d/1qNOHK8T8qquKR1ueZJSIneIQRmfWiOYD/view?usp=sharing
2.For NC aslo same issue The FEIN/EIN(Employeer Id) field is trimming leading zeros in the generated CSV file.
Fixed