[FIX] implicit global

bzr revid: xmo@openerp.com-20120111144327-s1vox3q1hdpufxmz
This commit is contained in:
Xavier Morel 2012-01-11 15:43:27 +01:00
parent f5d9ff5ba9
commit c7cae917d0
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ openerp.web.CrashManager = openerp.web.CallbackEnabled.extend({
var buttons = {};
if (openerp.connection.openerp_entreprise) {
buttons[_t("Send OpenERP Enterprise Report")] = function() {
$this = $(this);
var $this = $(this);
var issuename = $('#issuename').val();
var explanation = $('#explanation').val();
var remark = $('#remark').val();