Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020332Openbravo ERP07. Sales managementpublic2012-04-24 12:442012-04-27 09:23
jecharri 
jecharri 
urgentmajoralways
closedfixed 
5
pi 
3.0MP11 
Google Chrome
Core
No
0020332: The callout SL_Order_amt fails
The callout SL_Order_amt fails when the result LineNetAmt.divide(priceActual) is not a decimal number.

For example: 10/3

Go to window "Sales Order":
-create a header.
-go to lines and select a product, put quantity "5.123"
-all works properly.
-now put 1000 and see that the line net amount has not been updated.

The problem solve when you save the record but if it exist one offer to this new quantity , this is not applied
No tags attached.
Issue History
2012-04-24 12:44jecharriNew Issue
2012-04-24 12:44jecharriAssigned To => jecharri
2012-04-24 12:44jecharriWeb browser => Google Chrome
2012-04-24 12:44jecharriModules => Core
2012-04-24 12:50hgbotCheckin
2012-04-24 12:50hgbotNote Added: 0047907
2012-04-24 12:50hgbotStatusnew => resolved
2012-04-24 12:50hgbotResolutionopen => fixed
2012-04-24 12:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/689b23c4d359d66c660446c474714baf4ab8620a [^]
2012-04-26 19:32hudsonbotCheckin
2012-04-26 19:32hudsonbotNote Added: 0048076
2012-04-27 09:23ioritzCiaNote Added: 0048121
2012-04-27 09:23ioritzCiaStatusresolved => closed

Notes
(0047907)
hgbot   
2012-04-24 12:50   
Repository: erp/devel/pi
Changeset: 689b23c4d359d66c660446c474714baf4ab8620a
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Tue Apr 24 12:49:17 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/689b23c4d359d66c660446c474714baf4ab8620a [^]

Fixes issue 20332: The callout SL_Order_amt fails.
The problem happens when LineNetAmt.divide(priceActual) is not a decimal number.

---
M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java
---
(0048076)
hudsonbot   
2012-04-26 19:32   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/70a717a9ffa1 [^]

Maturity status: Test
(0048121)
ioritzCia   
2012-04-27 09:23   
Verified.