fixed bug #9801 - Correção definitiva de problema de layout em tela de bloqueio para venda com impressão posterior.
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73769 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
020dbe2115
commit
45e2e112b5
|
@ -3296,7 +3296,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
public boolean isIntegracionAG() {
|
public boolean isIntegracionAG() {
|
||||||
integracionAG = false;
|
integracionAG = false;
|
||||||
if (ApplicationProperties.getInstance().integracionTotvs()) {
|
if (ApplicationProperties.getInstance().integracionAG()) {
|
||||||
integracionAG = true;
|
integracionAG = true;
|
||||||
}
|
}
|
||||||
return integracionAG;
|
return integracionAG;
|
||||||
|
|
|
@ -1741,7 +1741,7 @@
|
||||||
</listbox>
|
</listbox>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
<!-- BLOQUEIA VENDA IMPRESSÃO POSTERIOR -->
|
<!-- BLOQUEIA VENDA IMPRESSÃO POSTERIOR -->
|
||||||
<tabpanel height="400px" visible="@{winEditarPuntoVenta$composer.integracionAG}">
|
<tabpanel height="400px" >
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="30%" />
|
<column width="30%" />
|
||||||
|
|
Loading…
Reference in New Issue