mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
resuelto
This commit is contained in:
@ -370,7 +370,7 @@ class PresupuestoEncuadernacionesModel extends \App\Models\BaseModel
|
||||
|
||||
if ($tarifa_precio_min * (1 + floatval($tarifa->margen) / 100.0) > $total) {
|
||||
|
||||
$total = $tarifa_precio_min + (1 + floatval($tarifa->margen)/100.0);
|
||||
$total = $tarifa_precio_min * (1 + floatval($tarifa->margen)/100.0);
|
||||
$precio_unidad = round(floatval($total / $ejemplares), 2);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user