
# HG changeset patch
# User Carlos Aristu <carlos.aristu@openbravo.com>
# Date 1466699494 -7200
# Node ID 3d4e9d7faf230fdd781e997f592413fa0ed47b6e
# Parent  2ab287aa587c72d19960037ac91abec98871fbe7
fixes issue 33343

diff -r 2ab287aa587c -r 3d4e9d7faf23 modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
--- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js	Thu Jun 23 11:50:38 2016 +0000
+++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js	Thu Jun 23 18:31:34 2016 +0200
@@ -897,7 +897,7 @@
     if (!view) {
       return;
     }
-    contextInfo = isc.addProperties({}, this.view.parentWindow.activeView.getContextInfo(false, true, false, true));
+    contextInfo = isc.addProperties({}, this.view.parentWindow.activeView.getContextInfo(false, true, true, true));
     record = isc.addProperties({}, this.getRecord(rowNum), this.getEditValues(rowNum));
     fields = this.viewProperties.fields;
     len = fields.length;

