IDEMPIERE-756 tittle of popup chat in sales order line
This commit is contained in:
parent
fe28feef36
commit
16851ec487
|
@ -937,6 +937,9 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
if (infoName != null && infoDisplay != null)
|
if (infoName != null && infoDisplay != null)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (infoDisplay == null) {
|
||||||
|
infoDisplay = "";
|
||||||
|
}
|
||||||
String description = infoName + ": " + infoDisplay;
|
String description = infoName + ": " + infoDisplay;
|
||||||
|
|
||||||
WChat chat = new WChat(curWindowNo, adTabbox.getSelectedGridTab().getCM_ChatID(), adTabbox.getSelectedGridTab().getAD_Table_ID(), recordId, description, null);
|
WChat chat = new WChat(curWindowNo, adTabbox.getSelectedGridTab().getCM_ChatID(), adTabbox.getSelectedGridTab().getAD_Table_ID(), recordId, description, null);
|
||||||
|
|
Loading…
Reference in New Issue