Bugs item #2835973 Info order/shipment stack overflow
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835973&group_id=176962
This commit is contained in:
parent
11c09a770d
commit
632e54d912
|
@ -143,7 +143,7 @@ public class InfoInOut extends Info
|
||||||
lDescription.setLabelFor(fDescription);
|
lDescription.setLabelFor(fDescription);
|
||||||
fDescription.setBackground(AdempierePLAF.getInfoBackground());
|
fDescription.setBackground(AdempierePLAF.getInfoBackground());
|
||||||
fDescription.addActionListener(this);
|
fDescription.addActionListener(this);
|
||||||
lPOReference.setLabelFor(lPOReference);
|
lPOReference.setLabelFor(fPOReference);
|
||||||
fPOReference.setBackground(AdempierePLAF.getInfoBackground());
|
fPOReference.setBackground(AdempierePLAF.getInfoBackground());
|
||||||
fPOReference.addActionListener(this);
|
fPOReference.addActionListener(this);
|
||||||
fIsSOTrx.setSelected(!"N".equals(Env.getContext(Env.getCtx(), p_WindowNo, "IsSOTrx")));
|
fIsSOTrx.setSelected(!"N".equals(Env.getContext(Env.getCtx(), p_WindowNo, "IsSOTrx")));
|
||||||
|
|
|
@ -151,7 +151,7 @@ public class InfoOrder extends Info
|
||||||
lDescription.setLabelFor(fDescription);
|
lDescription.setLabelFor(fDescription);
|
||||||
fDescription.setBackground(AdempierePLAF.getInfoBackground());
|
fDescription.setBackground(AdempierePLAF.getInfoBackground());
|
||||||
fDescription.addActionListener(this);
|
fDescription.addActionListener(this);
|
||||||
lPOReference.setLabelFor(lPOReference);
|
lPOReference.setLabelFor(fPOReference);
|
||||||
fPOReference.setBackground(AdempierePLAF.getInfoBackground());
|
fPOReference.setBackground(AdempierePLAF.getInfoBackground());
|
||||||
fPOReference.addActionListener(this);
|
fPOReference.addActionListener(this);
|
||||||
fIsSOTrx.setSelected(!"N".equals(Env.getContext(Env.getCtx(), p_WindowNo, "IsSOTrx")));
|
fIsSOTrx.setSelected(!"N".equals(Env.getContext(Env.getCtx(), p_WindowNo, "IsSOTrx")));
|
||||||
|
|
Loading…
Reference in New Issue