Merge pull request #7368 from frappe/netchampfaris-patch-1
fix: Method docstring
This commit is contained in:
commit
ede92ef61a
1 changed files with 1 additions and 1 deletions
|
|
@ -1262,7 +1262,7 @@ def get_all(doctype, *args, **kwargs):
|
|||
:param fields: List of fields or `*`. Default is: `["name"]`.
|
||||
:param filters: List of filters (see example).
|
||||
:param order_by: Order By e.g. `modified desc`.
|
||||
:param limit_page_start: Start results at record #. Default 0.
|
||||
:param limit_start: Start results at record #. Default 0.
|
||||
:param limit_page_length: No of records in the page. Default 20.
|
||||
|
||||
Example usage:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue