mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
@@ -379,7 +379,7 @@ class Mantenimiento {
|
||||
$ordenable = true;
|
||||
}
|
||||
if (strstr($co, "buscable")) {
|
||||
$dato = split("/", $co);
|
||||
$dato = explode("/", $co);
|
||||
$this->campoBusca = $dato[1];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user