Skip to content
Snippets Groups Projects
Commit 71b6e144 authored by Julián García Tuñón's avatar Julián García Tuñón
Browse files

Refs #25264 @30m - Jasper nota de crédito

parent 7006a134
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ class dao_comprobantes extends dao
if(isset($filtro['numero_comprobante'])) {
$where .= " AND numero_comprobante = " . $this->quote($filtro['numero_comprobante']);
}
if(isset($filtro['id_comprobante_relacionado'])) {
$where .= " AND id_comprobante_relacionado = " . $this->quote($filtro['id_comprobante_relacionado']);
}
$sql = "SELECT
comp.id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment