BF [ 1886480 ] Print Format Item Trl not updated even if not multilingual
This commit is contained in:
parent
f8d99975df
commit
e5d3c08749
|
@ -34,9 +34,11 @@ import org.compiere.util.*;
|
||||||
* @author Jorg Janke
|
* @author Jorg Janke
|
||||||
* @version $Id: MClient.java,v 1.2 2006/07/30 00:58:37 jjanke Exp $
|
* @version $Id: MClient.java,v 1.2 2006/07/30 00:58:37 jjanke Exp $
|
||||||
*
|
*
|
||||||
* Carlos Ruiz - globalqss
|
* @author Carlos Ruiz - globalqss
|
||||||
* integrate bug fix reported by Teo Sarca
|
* integrate bug fix reported by Teo Sarca
|
||||||
* [ 1619085 ] Client setup creates duplicate trees
|
* [ 1619085 ] Client setup creates duplicate trees
|
||||||
|
* @author Teo Sarca, SC ARHIPAC SERVICE SRL
|
||||||
|
* <li>BF [ 1886480 ] Print Format Item Trl not updated even if not multilingual
|
||||||
*/
|
*/
|
||||||
public class MClient extends X_AD_Client
|
public class MClient extends X_AD_Client
|
||||||
{
|
{
|
||||||
|
@ -430,7 +432,7 @@ public class MClient extends X_AD_Client
|
||||||
if (TableName == null)
|
if (TableName == null)
|
||||||
return false;
|
return false;
|
||||||
// Not Multi-Lingual Documents - only Doc Related
|
// Not Multi-Lingual Documents - only Doc Related
|
||||||
if (TableName.startsWith("AD"))
|
if (TableName.startsWith("AD") && getAD_Client_ID() == 0)
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return true;
|
||||||
} // isMultiLingualDocument
|
} // isMultiLingualDocument
|
||||||
|
|
Loading…
Reference in New Issue