Fix [ 1760521 ] WebUI: Invoice (Customer) not showing Target Doc Type
This commit is contained in:
parent
9d60d383a0
commit
8fab7b03da
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue