Fix [ 1760521 ] WebUI: Invoice (Customer) not showing Target Doc Type

This commit is contained in:
Carlos Ruiz 2008-01-29 05:41:22 +00:00
parent 9d60d383a0
commit 8fab7b03da
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class WebSessionCtx implements Serializable
wsc = new WebSessionCtx (request); wsc = new WebSessionCtx (request);
session.setAttribute(NAME, wsc); session.setAttribute(NAME, wsc);
} }
wsc.setLanguage(request);
return wsc; return wsc;
} // get } // get