Commit 1c66c2b5 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Arregla error en row de listado

parent 1cea88e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -97,7 +97,8 @@ define([

			var idProperty = res.idProperty;

			if (idProperty === undefined || idProperty === null || idProperty === this.currentData[this.idProperty]) {
			if (idProperty === undefined || idProperty === null ||
				(this.currentData && idProperty === this.currentData[this.idProperty])) {
				return true;
			}