IDEMPIERE-3415 PO Matching and PO list in Create Lines From: wrong result
This commit is contained in:
parent
c3940f38b7
commit
0f870b7baf
|
|
@ -394,7 +394,7 @@ public class WCreateFromShipmentUI extends CreateFromShipment implements EventLi
|
||||||
C_BPartner_ID = ((Integer)e.getNewValue()).intValue();
|
C_BPartner_ID = ((Integer)e.getNewValue()).intValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
initBPOrderDetails (C_BPartner_ID, true);
|
initBPOrderDetails (C_BPartner_ID, false);
|
||||||
}
|
}
|
||||||
window.tableChanged(null);
|
window.tableChanged(null);
|
||||||
} // vetoableChange
|
} // vetoableChange
|
||||||
|
|
@ -464,7 +464,7 @@ public class WCreateFromShipmentUI extends CreateFromShipment implements EventLi
|
||||||
orderField.addActionListener(this);
|
orderField.addActionListener(this);
|
||||||
|
|
||||||
initBPDetails(C_BPartner_ID);
|
initBPDetails(C_BPartner_ID);
|
||||||
} // initBPartnerOIS
|
} // initBPOrderDetails
|
||||||
|
|
||||||
public void initBPDetails(int C_BPartner_ID)
|
public void initBPDetails(int C_BPartner_ID)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue