details: https://code.openbravo.com/erp/devel/pi/rev/465f04b0f841
changeset: 16248:465f04b0f841
user: Mikel Irurita <mikel.irurita <at> openbravo.com>
date: Mon Apr 30 14:05:24 2012 +0200
summary: Related to issue 17597: code review.
Missing update in js code: enableLocalShortcuts function
diffstat:
src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9a6e0b52d048 -r 465f04b0f841
src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
--- a/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
Mon Apr 30 12:01:23 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
Mon Apr 30 14:05:24 2012 +0200
@@ -85,7 +85,7 @@
function enableLocalShortcuts(){
keyArray[keyArray.length] = new keyArrayItem("ENTER",
"openSearch(null, null, '../info/BusinessPartner.html', 'SELECTOR_BUSINESS',
true, 'frmMain', 'inpcBpartnerId', 'inpBpartnerId_DES',
document.frmMain.inpBpartnerId_DES.value, 'Command', 'KEY');",
"inpBpartnerId_DES", "null");
- keyArray[keyArray.length] = new keyArrayItem("ENTER", "openSearch(null,
null, '../info/Locator.html', null, false, 'frmMain', 'inpmLocatorId',
'inpmLocatorId_DES', document.frmMain.inpmLocatorId_DES.value, 'Command',
'KEY', 'WindowID', 'CreateFrom_Shipment');", "inpmLocatorId_DES", "null");
+ keyArray[keyArray.length] = new keyArrayItem("ENTER", "openSearch(null,
null, '../info/Locator.html', null, false, 'frmMain', 'inpmLocatorId',
'inpmLocatorId_DES', document.frmMain.inpmLocatorId_DES.value, 'Command',
'KEY', 'WindowID', document.frmMain.inpWindowId.value);", "inpmLocatorId_DES",
"null");
}
</script>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits