From d673afccf222bfac597be9086b036ebc722a49d5 Mon Sep 17 00:00:00 2001 From: Cadmandata <40661279+Cadmandata@users.noreply.github.com> Date: Thu, 28 Jun 2018 20:35:32 +0300 Subject: [PATCH] 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. --- erpnext/stock/doctype/stock_entry/stock_entry_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry_utils.py b/erpnext/stock/doctype/stock_entry/stock_entry_utils.py index 8647d0f14e..6b4ca18191 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry_utils.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry_utils.py @@ -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 '''