removing unused Symptoms column

This commit is contained in:
frankknoll
2023-01-28 17:30:53 +01:00
parent bdc6d087a0
commit e9e49154bd
115 changed files with 115 additions and 586692 deletions

View File

@@ -51,14 +51,9 @@ class BatchCodeTableInitializer {
this.#getColumnIndex('Company'),
this.#getColumnIndex('Countries'),
this.#getColumnIndex('Severe reports'),
this.#getColumnIndex('Lethality'),
this.#getColumnIndex('Symptoms')
this.#getColumnIndex('Lethality')
]
},
{
visible: false,
target: this.#getColumnIndex('Symptoms')
},
{
orderable: false,
targets: this.#getColumnIndex('Countries')
@@ -96,8 +91,6 @@ class BatchCodeTableInitializer {
return 8;
case 'Lethality':
return 9;
case 'Symptoms':
return 10;
}
}