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:
Cadmandata 2018-06-28 20:35:32 +03:00 committed by Nabin Hait
parent f6e654eccc
commit d673afccf2

View File

@ -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
'''