Bug 19964

Summary: SC-State Tax Report : The FEIN/EIN(Employeer Id) field is trimming leading zeros in the generated CSV file.
Product: PR 64-bit Win - 2026 Reporter: pavan <cpavankumar>
Component: State Tax ReportsAssignee: Aman <aman>
Status: RESOLVED FIXED    
Severity: Medium CC: skatragadda
Priority: Medium    
Version: 26.0.12- Ver-6   
Hardware: Windows   
OS: Windows - 11   

Description pavan 2026-06-22 15:24:52 IST
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
Comment 1 pavan 2026-06-22 15:29:49 IST
NOTE:- For zip also leading with zeros as per the publication.

Screenshot:-https://drive.google.com/file/d/1qNOHK8T8qquKR1ueZJSIneIQRmfWiOYD/view?usp=sharing
Comment 2 pavan 2026-06-22 16:48:10 IST
2.For NC aslo same issue The FEIN/EIN(Employeer Id) field is trimming leading zeros in the generated CSV file.
Comment 3 Aman 2026-06-23 12:49:24 IST
Fixed