dmencu 2.0.9 → 2.0.10

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.
@@ -15,7 +15,8 @@ begin
15
15
  and tt.enc=t.enc
16
16
  and tt.tarea=new.tarea
17
17
  and t.area=new.area
18
- and (t.tarea_actual is null or t.tarea_actual = tt.tarea);
18
+ and (t.tarea_actual is null or t.tarea_actual = tt.tarea)
19
+ and t.enc_autogenerado_dm_capa is null; --ignora las encuestas de capa
19
20
  return new;
20
21
  end;
21
22
  $BODY$;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "2.0.9",
4
+ "version": "2.0.10",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",