Ejemplo n.º 1
0
        /*Se elimina la siguiente llamada al boton y se agrega la opcion que levanta el popup para devolver items del remito..*/
        protected void btnAnulada_Click(object sender, EventArgs e)
        {
            int    codigoEntrega = Convert.ToInt32(gvEntregas.GetRowValues(gvEntregas.FocusedRowIndex, "codigoEntrega"));
            string observaciones = gvEntregas.GetRowValues(gvEntregas.FocusedRowIndex, "observaciones").ToString();

            ControladorGeneral.ActivarAnularEntrega(codigoEntrega, observaciones);
            CargarGrilla();
        }