mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
error cambiado ancho por alto personalizado al cargar
This commit is contained in:
@ -931,7 +931,7 @@ class PresupuestoService extends BaseService
|
||||
if ($datosPedido) {
|
||||
$alto_total = floatval($datosPedido->alto);
|
||||
$sangre_cubierta = self::SANGRE_FORMAS_CUBIERTA;
|
||||
if ($datosPedido->alto >= 297) {
|
||||
if ($datosPedido->alto >= 267) {
|
||||
$sangre_cubierta = 10;
|
||||
}
|
||||
// Tapa dura (cosido y fresado)
|
||||
|
||||
Reference in New Issue
Block a user