details:   /erp/devel/pi/rev/24ab55aa65e7
changeset: 8782:24ab55aa65e7
user:      Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
date:      Tue Nov 02 13:49:52 2010 +0530
summary:   Fixes issue 14893: accounting selector does not work fine, when 
there is several accounting schemas

OnLoadFunction has been modified in order to resolve the issue.
No impacts.

diffstat:

 src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 4074a0b81f8f -r 24ab55aa65e7 
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
--- a/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html   Mon Nov 
01 21:58:17 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html   Tue Nov 
02 13:49:52 2010 +0530
@@ -94,8 +94,8 @@
 }
 
 function onloadFunctions() {
-  keyArray[keyArray.length] = new keyArrayItem("ENTER", "openSearch(null, 
null, '../info/AccountElementValue.html', 'SELECTOR_ACCOUNTELEMENTVALUE', 
false, 'frmMain', 'inpcElementValueIdFrom', 'inpElementValueIdFrom_DES', 
document.frmMain.inpElementValueIdFrom_DES.value, 'Command', 'KEY');", 
"inpElementValueIdFrom_DES", "null");
-  keyArray[keyArray.length] = new keyArrayItem("ENTER", "openSearch(null, 
null, '../info/AccountElementValue.html', 'SELECTOR_ACCOUNTELEMENTVALUE', 
false, 'frmMain', 'inpcElementValueIdTo', 'inpElementValueIdTo_DES', 
document.frmMain.inpElementValueIdTo_DES.value, 'Command', 'KEY');", 
"inpElementValueIdTo_DES", "null");
+  keyArray[keyArray.length] = new keyArrayItem("ENTER", "openSearch(null, 
null, '../info/AccountElementValue.html', 'SELECTOR_ACCOUNTELEMENTVALUE', 
false, 'frmMain', 'inpcElementValueIdFrom', 'inpElementValueIdFrom_DES', 
document.frmMain.inpElementValueIdFrom_DES.value, 'inpcAcctSchemaId', 
document.frmMain.inpcAcctSchemaId.value);", "inpElementValueIdFrom_DES", 
"null");
+  keyArray[keyArray.length] = new keyArrayItem("ENTER", "openSearch(null, 
null, '../info/AccountElementValue.html', 'SELECTOR_ACCOUNTELEMENTVALUE', 
false, 'frmMain', 'inpcElementValueIdTo', 'inpElementValueIdTo_DES', 
document.frmMain.inpElementValueIdTo_DES.value, 'inpcAcctSchemaId', 
document.frmMain.inpcAcctSchemaId.value);", "inpElementValueIdTo_DES", "null");
 }
 
 </script>

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to