Przeglądaj źródła

merge new modules, install in stable

version-14
Rushabh Mehta 14 lat temu
rodzic
commit
541c42b4fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      cgi-bin/webnotes/utils/transfer.py

+ 1
- 1
cgi-bin/webnotes/utils/transfer.py Wyświetl plik

@@ -194,7 +194,7 @@ class UpdateDocType(UpdateDocumentMerge):
def get_id(self, d):
key = d.fieldname and 'fieldname' or 'label'
if key in d.fields:
if d.fields.get(key):
return webnotes.conn.sql("""select name, options, permlevel, reqd, print_hide, hidden
from tabDocField where %s=%s and parent=%s""" % (key, '%s', '%s'), (d.fields[key], d.parent))


Ładowanie…
Anuluj
Zapisz