@arsedizioni/ars-utils 19.1.4 → 19.1.6
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.
|
@@ -1930,7 +1930,8 @@ class ClipperUtils {
|
|
|
1930
1930
|
sortOptions.push(options[2]);
|
|
1931
1931
|
sortOptions.push(options[3]);
|
|
1932
1932
|
}
|
|
1933
|
-
else if (this.checkModules([ClipperModule.NormativaVigente
|
|
1933
|
+
else if (this.checkModules([ClipperModule.NormativaVigente], modules, 1) ||
|
|
1934
|
+
this.checkModules([ClipperModule.Giurisprudenza], modules, 1)) {
|
|
1934
1935
|
sortOptions.push(options[0]);
|
|
1935
1936
|
sortOptions.push(options[1]);
|
|
1936
1937
|
sortOptions.push(options[2]);
|