diff --git a/docs/BatchCodeDetailsView.js b/docs/BatchCodeDetailsView.js index ca122dd747e..2bd7a8a02a1 100644 --- a/docs/BatchCodeDetailsView.js +++ b/docs/BatchCodeDetailsView.js @@ -32,13 +32,13 @@ class BatchCodeDetailsView { } #displayHistogramViewForHistoDescrs(histoDescrs) { - this.#displayHeading(histoDescrs.batchcode, histoDescrs['Company']); + this.#displayHeading(histoDescrs.batchcode); this.#displayAdverseReactionReportsChart(histoDescrs); this.#displayHistogram(histoDescrs); } - #displayHeading(batchcode, company) { - this.#headingElement.textContent = `Frequencies of reported Symptoms for Batch Code Combinations containing ${batchcode} from ${company}` + #displayHeading(batchcode) { + this.#headingElement.textContent = `Frequencies of reported Symptoms for Batch Code ${batchcode}` } #displayAdverseReactionReportsChart(histoDescrs) { diff --git a/docs/batchCodeTable.html b/docs/batchCodeTable.html index 58044f8e669..1684cb13f87 100644 --- a/docs/batchCodeTable.html +++ b/docs/batchCodeTable.html @@ -49762,8 +49762,8 @@

-

+