arreglados bugs de lineas. Ahora se suman los clicks en el total

This commit is contained in:
Jaime Jiménez
2024-01-10 21:37:55 +01:00
parent 0ed3652671
commit 76d4093265
7 changed files with 59 additions and 46 deletions

View File

@ -31,7 +31,13 @@ class Test extends BaseController
var_dump($formas);
echo '</pre>';*/
$this->testLineasIntPlana();
echo '<pre>';
$tarifa_value = $this->get_tarifa_enc(18,150,22,150,210);
var_dump($tarifa_value[0]);
$model = model('App\Models\Presupuestos\PresupuestoEncuadernacionesModel');
$result = $model->calcularTarifa($tarifa_value[0], 150, true);
var_dump($result);
echo '</pre>';
}
private function asignar_tarifa_defecto_todos_usuarios()