mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
[docs] [minor] documentation for perpetual inventory
This commit is contained in:
@@ -15,7 +15,6 @@ class DocType:
|
||||
self.doclist = doclist
|
||||
self.prwise_cost = {}
|
||||
|
||||
|
||||
def check_mandatory(self):
|
||||
if not self.doc.from_pr_date or not self.doc.to_pr_date:
|
||||
webnotes.throw(_("Please enter From and To PR Date"))
|
||||
|
||||
Reference in New Issue
Block a user