Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013370 | Openbravo ERP | 02. Master data management | public | 2010-05-18 17:22 | 2010-06-16 00:00 |
|
Reporter | networkb | |
Assigned To | harikrishnan | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP17 | |
Target Version | 2.50MP19 | 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 | 0013370: Double prefix in Serial No. attribute with Serial No. Control |
Description | When an Attribute Set is created with a Serial No Control what has a prefix, and it is used, two prefix are added to the Serial No: # and Serial No Control prefix. If Serial No Control is being used, prefix # shouldn’t be added. Attribute Lot has the correct behavior, without Lot Control the prefix L is added and with Lot Control is not added. Both attributes must be the same behavior. |
Steps To Reproduce | 1. Create a Serial No Control called SNC with the prefix ‘AAA’
2. Go to Attribute Set --> Lot and expiration. Select the option Serial No and the Serial No Control SNC
3. Create a new Goods Receipt with a new line.
4. In the line, select the product ‘Beer’. Open the Attribute Set Value, serial No will be filled. Serial No will be created with two prefix.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-18 17:22 | networkb | New Issue | |
2010-05-18 17:22 | networkb | Assigned To | => adrianromero |
2010-05-18 17:22 | networkb | OBNetwork customer | => Yes |
2010-05-19 11:17 | adrianromero | Status | new => scheduled |
2010-05-19 11:17 | adrianromero | fix_in_branch | => pi |
2010-06-14 08:04 | harikrishnan | Assigned To | adrianromero => harikrishnan |
2010-06-14 08:04 | hgbot | Checkin | |
2010-06-14 08:04 | hgbot | Note Added: 0028337 | |
2010-06-14 08:04 | hgbot | Status | scheduled => resolved |
2010-06-14 08:04 | hgbot | Resolution | open => fixed |
2010-06-14 08:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7c753fd0d1ca6daffb084d679d80a0328c51c226 [^] |
2010-06-14 08:06 | harikrishnan | Note Added: 0028338 | |
2010-06-14 17:40 | hudsonbot | Checkin | |
2010-06-14 17:40 | hudsonbot | Note Added: 0028383 | |
2010-06-14 19:53 | hudsonbot | Checkin | |
2010-06-14 19:53 | hudsonbot | Note Added: 0028393 | |
2010-06-15 08:37 | arunkumar | Note Added: 0028429 | |
2010-06-15 08:37 | arunkumar | Status | resolved => closed |
2010-06-16 00:00 | anonymous | sf_bug_id | 0 => 3016764 |
Notes |
|
(0028337)
|
hgbot
|
2010-06-14 08:04
|
|
Repository: erp/devel/pi
Changeset: 7c753fd0d1ca6daffb084d679d80a0328c51c226
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Mon Jun 14 11:33:09 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/7c753fd0d1ca6daffb084d679d80a0328c51c226 [^]
Fixes issue 13370:*\"#\" is added to all the serial number prefix.Now this is removed.
---
M src/org/openbravo/erpCommon/info/AttributeSetInstance.java
---
|
|
|
|
Steps to reproduce:
Follow the steps given in the issue.
Root Cause:
*"#" is added to all the serial number prefix.Now this is removed.
Impact:
Since the fix is in java file ,their is no impact of this fix. |
|
|
|
|
|
|
|
|
|
|