comparador cubiertas terminado

This commit is contained in:
Jaime Jimenez
2023-10-18 21:26:04 +02:00
parent 453226b811
commit 721e234849
5 changed files with 230 additions and 86 deletions

View File

@ -514,12 +514,14 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController
if( $uso == 'cubierta' ){
$opciones_papel = array(
'cubierta' => 1,
'color' => 1,
'rotativa' => 0,
);
}
else if ( $uso == 'sobrecubierta' ){
$opciones_papel = array(
'sobrecubierta' => 1,
'color' => 1,
'rotativa' => 0,
);
}