Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0012891 | Openbravo ERP | 07. Sales management | public | 2010-04-07 10:56 | 2010-04-10 00:00 | ||||||||||||||
Reporter | networkb | ||||||||||||||||||
Assigned To | adrianromero | ||||||||||||||||||
Priority | immediate | Severity | major | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | no change required | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | 2.40MP13 | ||||||||||||||||||
Target Version | 2.40MP14 | Fixed in Version | |||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | |||||||||||||||||||
OBNetwork customer | OBPS | ||||||||||||||||||
Web browser | |||||||||||||||||||
Modules | Core | ||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0012891: It is not possible to complete POS Order | ||||||||||||||||||
Description | It is not possible to complete POS Order. After apply the solution for the following bug in an environment, https://issues.openbravo.com/view.php?id=12520 [^] you are not able to complete a POS Order | ||||||||||||||||||
Steps To Reproduce | -Create a sales order with document type POS order. -Add a line with tax -Complete the order -You get the following error: NotNullError: C_INVOICETAX - CREATEDB | ||||||||||||||||||
Proposed Solution | This is related with the change on the call to the post procdure. C_INVOICE_POST(p_PInstance_ID, p_Invoice_ID) ; Now instead of null the p_PInstance_ID is passed to the funciont. then in the c_invoice_post the updatedby variable is loaded with the value of the user parameter of the p_instance__id passed. v_UpdatedBy:=Cur_Parameter.AD_User_ID; The problem is that in this case the funciont c_invoice_created is called from the c_order_post funciont and the first parameter passed is null instead the p_instnace_id, so you can not get the ad_user_id from the parameters of the p_instance__id because it is null. | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2010-04-07 10:56 | networkb | New Issue | |||||||||||||||||
2010-04-07 10:56 | networkb | Assigned To | => adrianromero | ||||||||||||||||
2010-04-07 10:56 | networkb | OBNetwork customer | => Yes | ||||||||||||||||
2010-04-07 12:32 | networkb | Relationship added | related to 0012520 | ||||||||||||||||
2010-04-09 11:11 | adrianromero | Issue cloned | 0012919 | ||||||||||||||||
2010-04-09 11:11 | adrianromero | Relationship added | depends on 0012919 | ||||||||||||||||
2010-04-09 11:13 | adrianromero | Note Added: 0026020 | |||||||||||||||||
2010-04-09 11:13 | adrianromero | Status | new => closed | ||||||||||||||||
2010-04-09 11:13 | adrianromero | Resolution | open => no change required | ||||||||||||||||
2010-04-10 00:00 | anonymous | sf_bug_id | 0 => 2984779 |
Notes | |||||
|
|||||
|
|