IDEMPIERE-3776 Callout BPartnerBill not setting properly dependent fields when called from another callout
This commit is contained in:
parent
78c21e689e
commit
a82536b2c6
|
@ -453,8 +453,6 @@ public class CalloutOrder extends CalloutEngine
|
|||
*/
|
||||
public String bPartnerBill (Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
|
||||
{
|
||||
if (isCalloutActive())
|
||||
return "";
|
||||
Integer bill_BPartner_ID = (Integer)value;
|
||||
if (bill_BPartner_ID == null || bill_BPartner_ID.intValue() == 0)
|
||||
return "";
|
||||
|
|
Loading…
Reference in New Issue