Skip to content

Commit

Permalink
Merge branch 'master' of github.com:webnotes/erpnext
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Doshi committed Sep 10, 2012
2 parents bf8f343 + 6c85048 commit 9d38946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.

report.customize_filters = function() {
this.filter_fields_dict['Purchase Order'+FILTER_SEP +'From PO Date'].df['report_default'] = sys_defaults.year_start_date;
this.filter_fields_dict['Purchase Order'+FILTER_SEP +'To PO Date'].df['report_default'] = dateutil.obj_to_str(new Date());
this.filter_fields_dict['Purchase Order'+FILTER_SEP +'From Purchase Order Date'].df['report_default'] = sys_defaults.year_start_date;
this.filter_fields_dict['Purchase Order'+FILTER_SEP +'To Purchase Order Date'].df['report_default'] = dateutil.obj_to_str(new Date());

}
2 changes: 1 addition & 1 deletion public/js/all-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/report-legacy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d38946

Please sign in to comment.