Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023926 | Openbravo ERP | 04. Warehouse management | public | 2013-05-28 10:04 | 2013-06-03 13:03 |
|
Reporter | maite | |
Assigned To | jonalegriaesarte | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP24 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 20492 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023926: Date is truncated in getStockLines method |
Description | Date is truncated in getStockLines method |
Steps To Reproduce | In file CostingRuleProcess.java, in "getStockLines" method, "setDate" method is used when "setTimestamp" should be used so hour:min:seconds info is not lost |
Proposed Solution | In CostingRuleProcess.java, modify line 360, substituting code
"stockLinesQry.setDate("date", date);"
by
"stockLinesQry.setTimestamp("date", date);" |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-28 10:04 | maite | New Issue | |
2013-05-28 10:04 | maite | Assigned To | => dmiguelez |
2013-05-28 10:04 | maite | Modules | => Core |
2013-05-28 10:04 | maite | OBNetwork customer | => Yes |
2013-05-28 10:04 | maite | Support ticket | => 20492 |
2013-05-28 10:04 | maite | Triggers an Emergency Pack | => No |
2013-05-28 10:04 | maite | Target Version | => 3.0MP24 |
2013-05-28 10:05 | maite | Issue Monitored: networkb | |
2013-05-28 10:20 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-05-28 13:07 | hgbot | Checkin | |
2013-05-28 13:07 | hgbot | Note Added: 0058989 | |
2013-05-28 13:07 | hgbot | Status | new => resolved |
2013-05-28 13:07 | hgbot | Resolution | open => fixed |
2013-05-28 13:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/14c8d925fdc66f4d096ce181567d8199734cc92c [^] |
2013-06-01 02:14 | hudsonbot | Checkin | |
2013-06-01 02:14 | hudsonbot | Note Added: 0059093 | |
2013-06-03 13:03 | maite | Note Added: 0059132 | |
2013-06-03 13:03 | maite | Status | resolved => closed |