Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014323 | Openbravo ERP | 07. Sales management | public | 2010-08-26 13:59 | 2010-09-13 12:38 |
|
| Reporter | sureshbabu | |
| Assigned To | adrianromero | |
| Priority | immediate | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 20 | OS Version | |
| Product Version | 2.50MP20 | |
| Target Version | 2.50MP21 | Fixed in Version | | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0014323: Not able to copy lines using Copy From Order from sales order window |
| Description | Not able to copy lines using Copy From Order from sales order window |
| Steps To Reproduce | 1) create and complete a sales order using below details
BP: Red Bunny
Product: hammer
Qty"3
2) Try to create one more sales order using "Copy From Order" option
System throws the below error message
ERROR: function m_get_offers_price(timestamp without time zone, character varying, character varying, numeric, numeric, numeric) does not exist
|
| Proposed Solution | |
| Additional Information | |
| Tags | Regression QA |
| Relationships | | depends on | defect | 0013681 | 2.50MP20 | closed | sivaraman | Not able to copy line item details using Copy from order option from sales order window |
|
| Attached Files | Not able copy lines using copy from order option in sales order.JPG (218,623) 2010-08-26 14:02 https://issues.openbravo.com/file_download.php?file_id=2961&type=bug

|
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2010-08-26 13:59 | sureshbabu | New Issue | |
| 2010-08-26 13:59 | sureshbabu | Assigned To | => adrianromero |
| 2010-08-26 13:59 | sureshbabu | OBNetwork customer | => No |
| 2010-08-26 14:02 | sureshbabu | File Added: Not able copy lines using copy from order option in sales order.JPG | |
| 2010-08-26 14:07 | sureshbabu | Relationship added | depends on 0013681 |
| 2010-08-26 14:29 | hgbot | Checkin | |
| 2010-08-26 14:29 | hgbot | Note Added: 0030357 | |
| 2010-08-26 14:29 | hgbot | Status | new => resolved |
| 2010-08-26 14:29 | hgbot | Resolution | open => fixed |
| 2010-08-26 14:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0d04ea1a0486d5cc3e4b00daac09efd9c4da2263 [^] |
| 2010-08-26 14:31 | adrianromero | Note Added: 0030358 | |
| 2010-08-30 07:32 | sureshbabu | Note Added: 0030429 | |
| 2010-08-30 07:32 | sureshbabu | Status | resolved => closed |
| 2010-08-30 10:14 | psarobe | Tag Attached: Regression QA | |
| 2010-09-07 09:17 | hudsonbot | Checkin | |
| 2010-09-07 09:17 | hudsonbot | Note Added: 0030678 | |
| 2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065185 |
|
Notes |
|
|
(0030357)
|
|
hgbot
|
|
2010-08-26 14:29
|
|
Repository: erp/devel/pi
Changeset: 0d04ea1a0486d5cc3e4b00daac09efd9c4da2263
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Aug 26 14:28:00 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0d04ea1a0486d5cc3e4b00daac09efd9c4da2263 [^]
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
---
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder_data.xsql
---
|
|
|
|
|
* Testing the issue
In Posgresql follow the steps to reproduce and notice that now there is no error thrown after executing the "Copy From Order" process
* Other areas affected
It is only affected the Copy From Order process. Because the change involves an SQL change, it has to be verified the fix in both database engines: PostgreSQL and Oracle. |
|
|
|
|
|
verified in postgres context now its working fine |
|
|
|
|
|