Beispiel #1
0
 /**
  *  BP Parent Constructor
  *  @param bp partner
  */
 public MBPartnerLocation(MBPartner bp)
     : this(bp.GetCtx(), 0, bp.Get_TrxName())
 {
     SetClientOrg(bp);
     //	may (still) be 0
     Set_ValueNoCheck("C_BPartner_ID", (int)(bp.GetC_BPartner_ID()));
 }