Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022461Openbravo ERP09. Financial managementpublic2012-12-05 12:032012-12-24 16:45
VictorVillar 
jonalegriaesarte 
highmajoralways
closedfixed 
5
pi 
3.0MP19 
VictorVillar
Core
No
0022461: Message when posting a physical inventory, goods shipment/receipt or goods movement, should not appear
There is always a message that appears in openbravo.log that says:

 WARN org.openbravo.erpCommon.ad_forms.FactLine - setM_Locator_ID - Organization already calculated

when posting a physical inventory, goods shipment/receipt or goods movement document
As group admin role,

Go to Goods shipment window and post a document, the same as Goods Recipt, Physical Inventory or good movement.

Check Openbravo.log file and realise that a warning message appears
WARN org.openbravo.erpCommon.ad_forms.FactLine - setM_Locator_ID - Organization already calculated
The message should not appear: Factline.java method : setM_Locator_ID

  public void setM_Locator_ID(String M_Locator_ID) {
    m_M_Locator_ID = M_Locator_ID;
    // should not happen - consequence is potentially screwed Org segment
    // balancing
    if (!m_AD_Org_ID.equals(""))
      log4jFactLine.warn("setM_Locator_ID - Organization already calculated");
  } // setM_Locator_ID
No tags attached.
Issue History
2012-12-05 12:03VictorVillarNew Issue
2012-12-05 12:03VictorVillarAssigned To => dmiguelez
2012-12-05 12:03VictorVillarTriggers an Emergency Pack => No
2012-12-05 12:03VictorVillarModules => Core
2012-12-05 12:03VictorVillarResolution time => 1326322800
2012-12-05 12:03VictorVillarIssue Monitored: networkb
2012-12-10 09:36dmiguelezAssigned Todmiguelez => jonalegriaesarte
2012-12-12 13:35hgbotCheckin
2012-12-12 13:35hgbotNote Added: 0054890
2012-12-12 13:35hgbotStatusnew => resolved
2012-12-12 13:35hgbotResolutionopen => fixed
2012-12-12 13:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ac73e4ba523dac1533814d2c42ab3093ae073d59 [^]
2012-12-17 13:34hudsonbotCheckin
2012-12-17 13:34hudsonbotNote Added: 0054993
2012-12-24 16:27VictorVillarNote Added: 0055180
2012-12-24 16:27VictorVillarStatusresolved => new
2012-12-24 16:27VictorVillarResolutionfixed => open
2012-12-24 16:42VictorVillarStatusnew => scheduled
2012-12-24 16:42VictorVillarfix_in_branch => pi
2012-12-24 16:43VictorVillarNote Deleted: 0055180
2012-12-24 16:43VictorVillarStatusscheduled => resolved
2012-12-24 16:43VictorVillarResolutionopen => fixed
2012-12-24 16:45VictorVillarReview Assigned To => VictorVillar
2012-12-24 16:45VictorVillarNote Added: 0055182
2012-12-24 16:45VictorVillarStatusresolved => closed

Notes
(0054890)
hgbot   
2012-12-12 13:35   
Repository: erp/devel/pi
Changeset: ac73e4ba523dac1533814d2c42ab3093ae073d59
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Wed Dec 12 13:35:08 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ac73e4ba523dac1533814d2c42ab3093ae073d59 [^]

Fixes issue 0022461: Message when posting a physical inventory, goods
shipment/receipt or goods movement, should not appear

---
M src/org/openbravo/erpCommon/ad_forms/FactLine.java
---
(0054993)
hudsonbot   
2012-12-17 13:34   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/c79ef1b1f830 [^]

Maturity status: Test
(0055182)
VictorVillar   
2012-12-24 16:45   
Verified