mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Updated comment in make_stock_entry() function (#14726)
Purpose flag is used in make_stock_entry(**args) function, but it was not included in the comment inside the function.
This commit is contained in:
@@ -20,6 +20,7 @@ def make_stock_entry(**args):
|
|||||||
:batch_no: Optional
|
:batch_no: Optional
|
||||||
:posting_date: Optional
|
:posting_date: Optional
|
||||||
:posting_time: Optional
|
:posting_time: Optional
|
||||||
|
:purpose: Optional
|
||||||
:do_not_save: Optional flag
|
:do_not_save: Optional flag
|
||||||
:do_not_submit: Optional flag
|
:do_not_submit: Optional flag
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user