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:
phib 2009-08-12 03:10:54 +00:00
parent 11c09a770d
commit 632e54d912
2 changed files with 2 additions and 2 deletions

View File

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

View File

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