mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -36,7 +36,7 @@ class StockOverReturnError(webnotes.ValidationError): pass
|
||||
from controllers.stock_controller import StockController
|
||||
|
||||
class DocType(StockController):
|
||||
def __init__(self, doc, doclist=[]):
|
||||
def __init__(self, doc, doclist=None):
|
||||
self.doc = doc
|
||||
self.doclist = doclist
|
||||
self.fname = 'mtn_details'
|
||||
|
||||
Reference in New Issue
Block a user