mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 20:18:27 +00:00
bug fix in clear unallocated advances
This commit is contained in:
@@ -19,4 +19,12 @@ import webnotes
|
||||
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
|
||||
test_records = [
|
||||
[{
|
||||
"doctype": "Supplier Type",
|
||||
"supplier_type": "_Test Supplier Type",
|
||||
}]
|
||||
]
|
||||
Reference in New Issue
Block a user