Bug 19964 - SC-State Tax Report : The FEIN/EIN(Employeer Id) field is trimming leading zeros in the generated CSV file.
Summary: SC-State Tax Report : The FEIN/EIN(Employeer Id) field is trimming leading z...
Status: RESOLVED FIXED
Alias: None
Product: PR 64-bit Win - 2026
Classification: Unclassified
Component: State Tax Reports (show other bugs)
Version: 26.0.12- Ver-6
Hardware: Windows Windows - 11
: Medium Medium
Assignee: Aman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-22 15:24 IST by pavan
Modified: 2026-06-23 12:49 IST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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