Explorar el Código

delete row issue in grid fixed

version-14
Nabin Hait hace 13 años
padre
commit
07a57c101c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      py/webnotes/model/doclist.py

+ 1
- 1
py/webnotes/model/doclist.py Ver fichero

@@ -191,7 +191,7 @@ class DocList:
if hasattr(self.obj, 'custom_' + method):
getattr(self.obj, 'custom_' + method)()

trigger(method, self.doc)
trigger(method, self.obj.doc)
self.set_doclist([self.obj.doc] + self.obj.doclist)



Cargando…
Cancelar
Guardar