Example #1
0
        protected override void RefreshMainData()
        {
            Datos.DataSource          = _entity;
            _albaranes_factura        = _entity.AlbaranTickets.Clone();
            _conceptos_factura        = _entity.ConceptoTickets.Clone();
            Datos_Concepto.DataSource = _entity.ConceptoTickets;
            PgMng.Grow();

            _albaranes = OutputDeliveryList.GetListByTicket(true, _entity.Oid).GetListInfo();
            PgMng.Grow();

            Fecha_DTP.Value = _entity.Fecha;

            base.RefreshMainData();
        }