Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010923 | Openbravo ERP | 05. Production management | public | 2009-10-09 13:44 | 2010-08-19 12:54 |
|
Reporter | networkb | |
Assigned To | gorkaion | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP6 | |
Target Version | 2.50MP7 | Fixed in Version | 2.50MP7 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0010923: The SL_ProductionPlan_WRPhase does not work properly |
Description | The SL_ProductionPlan_WRPhase does not work properly.
The fields that this callout should fill, are not filled. |
Steps To Reproduce | -Create a work effort
-go to production run tab
-Select a value on wr phase combo.
-The Required Quantity field has to be filled automatically by the callout |
Proposed Solution | on the src/org/openbravo/erpCommon/ad_callouts/SL_ProductionPlan_WRPhase.java file
replace the following line:
resultado.append("new Array(\"inpconversionrate\", " + data[0].conversionrate + "),\n");
with this other line:
resultado.append("new Array(\"inpconversionrate\", \"" + data[0].conversionrate + "\"),\n"); |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0010431 | | closed | rafaroda | UOM is not properly updated in expense sheet lines. | related to | defect | 0011960 | 2.50MP14 | closed | harikrishnan | Delivery Method is not properly updated when creating a Sales Order | related to | defect | 0011975 | 2.50MP11 | closed | harikrishnan | Create Lines From Goods Receipt does not update secondary unit | related to | defect | 0011829 | 2.50MP12 | closed | rafaroda | In Process Plan, I/O product, does not calculate properly UOM |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-10-09 13:44 | networkb | New Issue | |
2009-10-09 13:44 | networkb | Assigned To | => rafaroda |
2009-10-09 14:04 | psarobe | Status | new => scheduled |
2009-10-09 14:04 | psarobe | Assigned To | rafaroda => gorkaion |
2009-10-09 14:04 | psarobe | fix_in_branch | => pi |
2009-10-13 14:54 | iperdomo | Note Added: 0020985 | |
2009-10-13 19:27 | hgbot | Checkin | |
2009-10-13 19:27 | hgbot | Note Added: 0020989 | |
2009-10-13 19:27 | hgbot | Status | scheduled => resolved |
2009-10-13 19:27 | hgbot | Resolution | open => fixed |
2009-10-13 19:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4ff709e6109fae32d494cd3d7440311830353c21 [^] |
2009-10-19 12:36 | arunkumar | Status | resolved => closed |
2009-10-19 12:36 | arunkumar | Note Added: 0021170 | |
2009-10-19 12:36 | arunkumar | Fixed in Version | => 2.50MP7 |
2009-10-20 00:00 | anonymous | sf_bug_id | 0 => 2882010 |
2010-01-11 09:26 | rafaroda | Relationship added | related to 0010431 |
2010-01-18 09:25 | rafaroda | Relationship added | related to 0011960 |
2010-01-19 13:55 | rafaroda | Relationship added | related to 0011975 |
2010-01-27 16:09 | rafaroda | Relationship added | related to 0011829 |
2010-08-19 12:54 | adrianromero | Note Added: 0030147 | |