|
|
@@ -65,7 +65,7 @@ wn.ui.Listing = Class.extend({ |
|
|
|
if(wn.boot.profile.can_create.indexOf(this.opts.new_doctype)==-1) { |
|
|
|
this.opts.new_doctype = null; |
|
|
|
} else { |
|
|
|
this.opts.new_doctype = wn._(this.opts.new_doctype); |
|
|
|
this.opts.new_doctype = this.opts.new_doctype; |
|
|
|
} |
|
|
|
} |
|
|
|
if(!this.opts.no_result_message) { |
|
|
|