@sachin9822/reports-lib 0.0.222 → 0.0.223
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/acc-gl-details-enquiry-report/acc-gl-details-enquiry-report.component.mjs +2 -2
- package/fesm2015/sachin9822-reports-lib.mjs +2 -1
- package/fesm2015/sachin9822-reports-lib.mjs.map +1 -1
- package/fesm2020/sachin9822-reports-lib.mjs +1 -1
- package/fesm2020/sachin9822-reports-lib.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3603,7 +3603,7 @@ class AccGlDetailsEnquiryReportComponent {
|
|
|
3603
3603
|
};
|
|
3604
3604
|
this.rowData = formattedEntries;
|
|
3605
3605
|
this.companyName = data.companyName;
|
|
3606
|
-
this.reportUser = data.reportUser
|
|
3606
|
+
this.reportUser = data.reportUser?.toLowerCase();
|
|
3607
3607
|
this.reportTime = formatDate(new Date(), 'dd/MM/yyyy hh:mm a', 'en-US');
|
|
3608
3608
|
this.currentReportValueOrPostDate = formatDate(data.date, 'dd/MM/yyyy', 'en-US');
|
|
3609
3609
|
const DateType = this.dateType === 'VD' ? 'Value Date' : 'Posting Date';
|