IDEMPIERE-1767 1003774 Business Partners are not being allowed to be imported with BP Groups in a 2pack. / Peer review
This commit is contained in:
parent
c3031074da
commit
98943d645b
|
@ -39,7 +39,7 @@ public class MBPGroup extends X_C_BP_Group
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3037428352124938328L;
|
||||
private static final long serialVersionUID = -5323639776872742839L;
|
||||
|
||||
/**
|
||||
* Get MBPGroup from Cache
|
||||
|
|
|
@ -47,7 +47,7 @@ public class MBPartner extends X_C_BPartner
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3669895599574182217L;
|
||||
private static final long serialVersionUID = -4308267492285903865L;
|
||||
|
||||
/**
|
||||
* Get Empty Template Business Partner
|
||||
|
|
Loading…
Reference in New Issue