fixed bug #9801 - Correção de erro em tela de boletos para venda de impressão posterior. Alteração para verificar se adm responde melhor em ambiente da aguia branca.
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73727 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ad09efd352
commit
a241cf475f
|
@ -852,6 +852,9 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
public void onClick$btnAddCategoriaBloqueioImpPosterior(Event event) {
|
public void onClick$btnAddCategoriaBloqueioImpPosterior(Event event) {
|
||||||
CategoriaBloqueioImpPosterior cat = new CategoriaBloqueioImpPosterior();
|
CategoriaBloqueioImpPosterior cat = new CategoriaBloqueioImpPosterior();
|
||||||
|
if (cmbBloqVendaImpPosterior.getSelectedItem() == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
cat.setCategoria((Categoria)cmbBloqVendaImpPosterior.getSelectedItem().getValue());
|
cat.setCategoria((Categoria)cmbBloqVendaImpPosterior.getSelectedItem().getValue());
|
||||||
cat.setPuntoventa(puntoVenta);
|
cat.setPuntoventa(puntoVenta);
|
||||||
|
|
||||||
|
|
|
@ -1770,8 +1770,8 @@
|
||||||
</toolbar>
|
</toolbar>
|
||||||
<listbox id="categoriasBloqImpPosteriorList"
|
<listbox id="categoriasBloqImpPosteriorList"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||||
vflex="true" multiple="false">
|
vflex="true" multiple="false" style="overflow:auto" >
|
||||||
<listhead sizable="true">
|
<listhead sizable="true" style="overflow:auto" >
|
||||||
<listheader id="lhCategoria"
|
<listheader id="lhCategoria"
|
||||||
image="/gui/img/create_doc.gif"
|
image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('editarPuntoVentaController.lbCategoria.value')}" />
|
label="${c:l('editarPuntoVentaController.lbCategoria.value')}" />
|
||||||
|
|
Loading…
Reference in New Issue