2026-01-30 03
This commit is contained in:
@@ -10,7 +10,7 @@ Imports tsWPF.modExtensiones
|
||||
Imports System.Data.Common
|
||||
Imports System.Data.Entity
|
||||
Imports bdGrupoSanchoToro
|
||||
Imports tsl5.Datos
|
||||
Imports tsUtilidades.Datos
|
||||
Imports DevExpress.Xpf.Bars
|
||||
Imports DevExpress.Xpf.Grid
|
||||
Imports System.IO
|
||||
@@ -47,7 +47,7 @@ Public Class ucInformeContables
|
||||
'ra.Descripcion = Now.Year.ToString
|
||||
'ra.FechaInicio = New Date(Now.Year, 1, 1)
|
||||
'ra.FechaFin = New Date(Now.Year, 12, 31)
|
||||
'ra.idEmpresa = bd.empresascontables.First(Function(x) x.FechaBaja.HasValue = False).idEmpresaContable
|
||||
'ra.idEmpresa = bd.empresas.First(Function(x) x.FechaBaja.HasValue = False).idEmpresaContable
|
||||
Me.DataContext = ra
|
||||
_idInforme = Nothing
|
||||
' ra.idEjercicio = Nothing
|
||||
|
||||
Reference in New Issue
Block a user