Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020638 | Openbravo ERP | 03. Procurement management | public | 2012-05-30 12:41 | 2012-05-31 21:38 |
|
Reporter | jecharri | |
Assigned To | ioritzCia | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP12 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | Code review |
Regression date | 2012-05-30 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/d68ebd3dd2fd926f2bad25327ae96ea6c3031ef0 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0020638: Is imposible to delete lines in Good Receipts |
Description | Is imposible to delete lines in Goods Receipts without any order line related.
|
Steps To Reproduce | As "Group Admin" go to window "Goods Receipts"
-Create a header and go to tab lines.
-Create a line and save it.
-Try to delete the line
You will get next error:
ERROR: el registro «new» no ha sido asignado aún Detail: La estructura de fila de un registro aún no asignado no está determinado. Where: función PL/pgSQL «m_inoutline_trg» en la línea 170 en sentencia SQL |
Proposed Solution | The problem is in trigger m_inoutline_trg line 168.
The SQL sentence try to catch the value from new.C_OrderLine_ID and this fails when line has not got an order line related. |
Additional Information | |
Tags | Regression QA |
Relationships | related to | defect | 0020333 | 3.0MP12 | closed | ioritzCia | Possible mismatch between the product at Goods Shipment Line and Sales Order Line |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-30 12:41 | jecharri | New Issue | |
2012-05-30 12:41 | jecharri | Assigned To | => ioritzCia |
2012-05-30 12:41 | jecharri | Web browser | => Google Chrome |
2012-05-30 12:41 | jecharri | Modules | => Core |
2012-05-30 12:41 | jecharri | Tag Attached: Regression QA | |
2012-05-30 12:42 | jecharri | Relationship added | related to 0020333 |
2012-05-30 13:00 | jecharri | Web browser | Google Chrome => Google Chrome |
2012-05-30 13:00 | jecharri | Regression level | => Code review |
2012-05-30 13:00 | jecharri | Regression date | => 2012-05-30 |
2012-05-30 13:00 | jecharri | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/d68ebd3dd2fd926f2bad25327ae96ea6c3031ef0 [^] |
2012-05-30 16:27 | hgbot | Checkin | |
2012-05-30 16:27 | hgbot | Note Added: 0049491 | |
2012-05-30 16:27 | hgbot | Status | new => resolved |
2012-05-30 16:27 | hgbot | Resolution | open => fixed |
2012-05-30 16:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e99deb6bf819899938837c435a1939885f9ceb03 [^] |
2012-05-30 16:33 | ioritzCia | Note Added: 0049492 | |
2012-05-30 18:19 | jecharri | Note Added: 0049514 | |
2012-05-30 18:19 | jecharri | Status | resolved => closed |
2012-05-31 21:38 | hudsonbot | Checkin | |
2012-05-31 21:38 | hudsonbot | Note Added: 0049568 | |
Notes |
|
(0049491)
|
hgbot
|
2012-05-30 16:27
|
|
|
|
|
Testing plan:
- Create an order either sales or purchase.
- Create a shipment either sales or purchase creating lines from previous order.
- Try to insert, update and delete lines from the lines of the shipment. |
|
|
|
Verified code and functionality |
|
|
|
|