Error compilado exferia ventas
parent
5c525f339e
commit
930725abc4
|
|
@ -1114,7 +1114,7 @@ namespace Exferia_Ventas._1_Datos
|
|||
_lst_ids);
|
||||
|
||||
|
||||
|
||||
string cif = "cif";// nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif);
|
||||
|
||||
string str_SQL =
|
||||
" SELECT " +
|
||||
|
|
@ -1202,14 +1202,14 @@ namespace Exferia_Ventas._1_Datos
|
|||
) +
|
||||
//Cliente_Cif
|
||||
(
|
||||
(_lst_CamposConRelacionABuscar.Contains(nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif)))
|
||||
(_lst_CamposConRelacionABuscar.Contains(cif/*nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif)*/))
|
||||
?
|
||||
(
|
||||
nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif) + " = " + nameof(MAE_Clientes) + "." + nameof(MAE_Clientes.cif) + ","
|
||||
cif/*nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif)*/ + " = " + nameof(MAE_Clientes) + "." + nameof(MAE_Clientes.cif) + ","
|
||||
)
|
||||
:
|
||||
(
|
||||
nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif) + " = '',"
|
||||
cif/*nameof(INTERNO_VTA_FacturasCabecera_Listado_Modelo.MAE_Clientes.cif)*/ + " = '',"
|
||||
)
|
||||
) +
|
||||
//Socio
|
||||
|
|
|
|||
Loading…
Reference in New Issue