@sachin9822/reports-lib 0.0.210 → 0.0.211

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.
@@ -7207,7 +7207,7 @@ class TrialBalanceAccountsReportComponent {
7207
7207
  accountStatus: modal.accountStatus.join(','),
7208
7208
  businessUnit: modal.businessUnit,
7209
7209
  currency: modal.currency,
7210
- companyCode: "BH",
7210
+ companyCode: modal.businessUnit,
7211
7211
  reportPeriod: `${formatDate(modal.fromDate, 'dd/MM/yyyy', 'en-US')} - ${formatDate(modal.toDate, 'dd/MM/yyyy', 'en-US')}`,
7212
7212
  };
7213
7213
  this.getTrialBalanceAccountsReport(req);