[IMP] base_import: typo in field name for row number offset

bzr revid: xmo@openerp.com-20121001135217-0ao29ldft17d52ur
This commit is contained in:
Xavier Morel 2012-10-01 15:52:17 +02:00
parent da8ab1cc13
commit a7a8104623
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ openerp.base_import = function (instance) {
// display 1-indexed.
var offset = 1;
// offset more if header
if (this.import_options().header) { offset += 1; }
if (this.import_options().headers) { offset += 1; }
this.$el.addClass('oe_import_error');
this.$('.oe_import_error_report').html(