[docs] [minor] documentation for perpetual inventory

This commit is contained in:
Nabin Hait
2013-09-02 11:51:02 +05:30
parent 5836c58a4b
commit e151c1ca29
3 changed files with 294 additions and 236 deletions

View File

@@ -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"))