10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
|
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors
|
||
|
// For license information, please see license.txt
|
||
|
/* eslint-disable */
|
||
|
|
||
|
frappe.query_reports["Loan Repayment"] = {
|
||
|
"filters": [
|
||
|
|
||
|
]
|
||
|
}
|