@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.
@@ -3603,7 +3603,7 @@ class AccGlDetailsEnquiryReportComponent {
3603
3603
  };
3604
3604
  this.rowData = formattedEntries;
3605
3605
  this.companyName = data.companyName;
3606
- this.reportUser = data.reportUser.toLowerCase();
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';