mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
solucionado problema
This commit is contained in:
@ -523,6 +523,11 @@ class PresupuestoClienteService extends BaseService
|
||||
$linea_rotativa = array_merge($linea_rotativa, $lineas);
|
||||
}
|
||||
}
|
||||
|
||||
$linea_rotativa = array_filter($linea_rotativa, function($item) {
|
||||
return count($item['fields']['num_formas']) > 1;
|
||||
});
|
||||
|
||||
if (count($linea_rotativa) > 0) {
|
||||
|
||||
usort(
|
||||
|
||||
Reference in New Issue
Block a user