Feat: Baja Lógica de Distribuidores (Selectores Dropdown)
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 8m32s
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 8m32s
This commit is contained in:
@@ -30,7 +30,7 @@ namespace GestionIntegral.Api.Data.Repositories.Distribucion
|
||||
d.Nombre AS NombreDistribuidor
|
||||
FROM dbo.dist_PorcPago pp
|
||||
INNER JOIN dbo.dist_dtDistribuidores d ON pp.Id_Distribuidor = d.Id_Distribuidor
|
||||
WHERE pp.Id_Publicacion = @IdPublicacionParam
|
||||
WHERE pp.Id_Publicacion = @IdPublicacionParam AND d.Baja = 0
|
||||
ORDER BY d.Nombre, pp.VigenciaD DESC";
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user