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:
parent
f6e654eccc
commit
d673afccf2
@ -20,6 +20,7 @@ def make_stock_entry(**args):
|
||||
:batch_no: Optional
|
||||
:posting_date: Optional
|
||||
:posting_time: Optional
|
||||
:purpose: Optional
|
||||
:do_not_save: Optional flag
|
||||
:do_not_submit: Optional flag
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user