cambios en vista expediente, alta transportista (persona moral)
This commit is contained in:
@@ -23,7 +23,7 @@ function index() {
|
||||
ISNULL(SUM(ea.tamano_archivo), 0) AS total_tamano
|
||||
FROM solicitud_importacion_factura sif
|
||||
LEFT JOIN expediente_archivos ea ON ea.id_solicitud = sif.id_solicitud
|
||||
WHERE sif.numero_pedimento IS NOT NULL AND sif.id_importador = ?
|
||||
WHERE sif.numero_pedimento IS NOT NULL AND sif.id_importador = ? and sif.status > 0
|
||||
GROUP BY sif.id_solicitud, sif.numero_pedimento, sif.fecha_factura, sif.aduana, sif.proveedor_clave
|
||||
ORDER BY sif.fecha_factura DESC
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user