[stock ledger entry] [minor] removed print

This commit is contained in:
Anand Doshi 2013-07-05 12:58:30 +05:30
parent ef8d3bcb77
commit cba2913ddd

View File

@ -121,7 +121,6 @@ class DocType(DocListController):
self.doc.posting_time = '00:00' self.doc.posting_time = '00:00'
def on_doctype_update(): def on_doctype_update():
print "on_doctype_update called for SLE"
if not webnotes.conn.sql("""show index from `tabStock Ledger Entry` if not webnotes.conn.sql("""show index from `tabStock Ledger Entry`
where Key_name="posting_sort_index" """): where Key_name="posting_sort_index" """):
webnotes.conn.commit() webnotes.conn.commit()