walace 2017-09-12 20:38:40 +00:00
parent 8253d614b6
commit ad09efd352
1 changed files with 0 additions and 8 deletions

View File

@ -351,14 +351,6 @@ public class EditarAidfController extends MyGenericForwardComposer {
} }
} }
// public void onChange$cmbPuntoVenta(Event ev) {
// Comboitem cbiPuntoVenta = cmbPuntoVenta.getSelectedItem();
// if (cbiPuntoVenta != null) {
// PuntoVenta puntoVenta = (PuntoVenta) cbiPuntoVenta.getValue();
// checkHabilitaEstCentral.setChecked(puntoVenta.isUsaCrtlEstCentral() != null && puntoVenta.isUsaCrtlEstCentral());
// }
// }
public Aidf getAidf() { public Aidf getAidf() {
return aidf; return aidf;
} }