IDEMPIERE-3415 PO Matching and PO list in Create Lines From: wrong result

This commit is contained in:
Carlos Ruiz 2017-12-14 16:11:06 +01:00
parent c3940f38b7
commit 0f870b7baf
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{ {