solucionados bugs (pe, cuando es cubierta o sobrecubierta no se necesita color=1)

This commit is contained in:
Jaime Jiménez Ortega
2023-11-12 17:27:54 +01:00
parent dca61f9c63
commit 894c4b6cb9
9 changed files with 98 additions and 74 deletions

View File

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