IDEMPIERE-3776 Callout BPartnerBill not setting properly dependent fields when called from another callout

This commit is contained in:
Carlos Ruiz 2018-08-21 19:08:15 +02:00
parent 78c21e689e
commit a82536b2c6
1 changed files with 0 additions and 2 deletions

View File

@ -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 "";