.
This commit is contained in:
@@ -457,8 +457,8 @@
|
|||||||
var study_description = dataSet.string('x00081030').toLowerCase();
|
var study_description = dataSet.string('x00081030').toLowerCase();
|
||||||
console.log("STUDY", study_description);
|
console.log("STUDY", study_description);
|
||||||
|
|
||||||
// try to match with a study description
|
// try to match with a study description (if not already selected)
|
||||||
if ($(`#id_examination_from option`).length < 1) {
|
if ($(`#id_examination_to option`).length < 1) {
|
||||||
option = $(`#id_examination_from option[title*='${study_description}' i]`);
|
option = $(`#id_examination_from option[title*='${study_description}' i]`);
|
||||||
|
|
||||||
if (option.length) {
|
if (option.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user