details:   /erp/devel/pi/rev/ef6183fd79e5
changeset: 8118:ef6183fd79e5
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Thu Aug 12 14:12:42 2010 +0200
summary:   Fixes issue 0014138: Error when you create an invoice with news 
forms of payment
It has been modified the type of the PL/SQL variable that contains these values

diffstat:

 src-db/database/model/functions/C_INVOICE_CREATE.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ba616948bd77 -r ef6183fd79e5 
src-db/database/model/functions/C_INVOICE_CREATE.xml
--- a/src-db/database/model/functions/C_INVOICE_CREATE.xml      Thu Aug 12 
13:37:32 2010 +0200
+++ b/src-db/database/model/functions/C_INVOICE_CREATE.xml      Thu Aug 12 
14:12:42 2010 +0200
@@ -630,7 +630,7 @@
             v_gBillTo_ID VARCHAR2(32) ;
             v_gBPartner_Location_ID VARCHAR2(32) ;
             v_gSalesRep_ID VARCHAR2(32) ;
-            v_gPaymentRule CHAR(1) ;
+            v_gPaymentRule VARCHAR2(60) ;
             v_gPaymentTerm_ID VARCHAR2(32) ;
             v_gCurrency_ID VARCHAR2(32) ;
             v_gCampaign_ID VARCHAR2(32) ;

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to