Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002622Openbravo ERP00. Application dictionarypublic2008-02-18 11:542008-06-12 09:43
marvintm 
marvintm 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
Core
No
0002622: Wrong parameter order in call to function m_inout_create
Function m_inout_create was changed so that default parameters are located at the end of the function header (the order of the parameters was therefore changed).

As a call to this function is performed in function c_order_post1, this function also had to be changed. However, this was not done, and obviously this is incorrect.
No tags attached.
Issue History

Notes
(0006211)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1895995 [^]
(0003198)
marvintm   
2008-02-18 12:01   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1952914
Originator: YES

We have tested this bug in the subversion repository and it has just been fixed.

Note that the only supported version of the application is the one in subversion. So it is possible that this was a bug in a previous version that is already fixed.
(0003199)
marvintm   
2008-02-18 12:01   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1952914
Originator: YES

The parameters appear now in the correct order.