details:   /erp/devel/pi/rev/cd2222d2b80b
changeset: 10291:cd2222d2b80b
user:      Mikel Irurita <mikel.irurita <at> openbravo.com>
date:      Tue Feb 01 17:19:07 2011 +0100
summary:   [APRM][modulescript] Include FIN_BankStatement table in 
AcctSchemaTables

diffstat:

 
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.class
            |    0 
 
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.java
 |    3 ++-
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 75aea1c8d887 -r cd2222d2b80b 
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.class
Binary file 
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.class
 has changed
diff -r 75aea1c8d887 -r cd2222d2b80b 
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.java
--- 
a/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.java
       Tue Feb 01 16:04:22 2011 +0100
+++ 
b/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.java
       Tue Feb 01 17:19:07 2011 +0100
@@ -52,7 +52,8 @@
   void createAcctSchemaTables(ConnectionProvider cp) throws Exception{
     CreateAccountingConfigurationData[] data = 
CreateAccountingConfigurationData.selectAcctSchema(cp);
     //Tables to be added hardcoded due to problem when executing module 
script. The tables sometimes do not exist yet
-    String tables[] = {"4D8C3B3C31D1410DA046140C9F024D17", 
"B1B7075C46934F0A9FD4C4D0F1457B42", "D1A97202E832470285C9B1EB026D54E2"};
+    String tables[] = {"4D8C3B3C31D1410DA046140C9F024D17", 
"B1B7075C46934F0A9FD4C4D0F1457B42",
+                       "D1A97202E832470285C9B1EB026D54E2", 
"D4C23A17190649E7B78F55A05AF3438C"};
     for (int i = 0; i < data.length; i++) {
       for (int j = 0; j < tables.length; j++) {
         boolean exist = CreateAccountingConfigurationData.selectTables(cp, 
data[i].cAcctschemaId, tables[j]);

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to