[FIX] exception error message.

bzr revid: vda@tinyerp.com-20111004133753-kptuu127azazrmg6
This commit is contained in:
Vaibhav (OpenERP) 2011-10-04 19:07:53 +05:30
parent a9c2e07c73
commit cb05cf6ce2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ openerp.web_calendar.CalendarView = openerp.web.View.extend({
this.fields = this.fields_view.fields;
if (!this.date_start) {
throw new Error("Calendar view has none of the following attributes : 'date_start'");
throw new Error("Calendar view has not defined 'date_start' attribute.");
}
//* Calendar Fields *