brotherton-erpnext/erpnext/selling/report/quotation_trends/quotation_trends.js

10 lines
282 B
JavaScript
Raw Normal View History

// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.require("assets/erpnext/js/sales_trends_filters.js", function() {
frappe.query_reports["Quotation Trends"] = {
filters: get_filters()
}
});
2013-06-13 13:47:56 +00:00