details:   /erp/devel/pi/rev/0d04ea1a0486
changeset: 8227:0d04ea1a0486
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Thu Aug 26 14:28:00 2010 +0200
summary:   Fixes issue 0014323: Not able to copy lines using Copy From Order 
from sales order window
It has been removed the TO_NUMBER invoke because the last parameter of the 
M_GET_OFFERS_PRICE is a VARCHAR

diffstat:

 src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder_data.xsql |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r df19a7878309 -r 0d04ea1a0486 
src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder_data.xsql
--- a/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder_data.xsql     
Wed Aug 25 13:50:27 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder_data.xsql     
Thu Aug 26 14:28:00 2010 +0200
@@ -67,7 +67,7 @@
            ?,TO_NUMBER(?),?,?,
            TO_DATE(?),TO_DATE(?),?,?,
            ?,?,TO_NUMBER(?),TO_NUMBER(?),0,0,0,
-           ?,TO_NUMBER(?),M_GET_OFFERS_PRICE(TO_DATE(now()), ?, ?, 
TO_NUMBER(?), TO_NUMBER(?), TO_NUMBER(?)),
+           ?,TO_NUMBER(?),M_GET_OFFERS_PRICE(TO_DATE(now()), ?, ?, 
TO_NUMBER(?), TO_NUMBER(?), ?),
            
TO_NUMBER(?),?,TO_NUMBER(?),?,TO_NUMBER(?),M_GET_OFFER(TO_DATE(now()), ?, 
?),?,?)
       ]]>
     </Sql>

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to