return immutable
This commit is contained in:
parent
062c7fa283
commit
d4afe75e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ class Database:
|
|||
|
||||
batch.append(tuple([field, value]))
|
||||
|
||||
return batch
|
||||
return tuple(batch)
|
||||
|
||||
def get_singles_dict(self, doctype, debug = False):
|
||||
"""Get Single DocType as dict.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue