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

5 lines
114 B
JavaScript
Raw Normal View History

2013-06-13 13:47:56 +00:00
wn.require("app/js/sales_trends_filters.js");
2013-06-07 12:35:16 +00:00
wn.query_reports["Quotation Trends"] = {
2013-06-13 13:47:56 +00:00
filters: get_filters()
}