terminada la seleccion de papel y gramaje

This commit is contained in:
Jaime Jiménez
2023-09-21 11:42:56 +02:00
parent 96a2c7f985
commit 5f7bf75088
5 changed files with 140 additions and 61 deletions

View File

@ -482,9 +482,6 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController
// En este caso contiene el nombre del papel generico
$model = new PapelGenericoModel();
$menu = $model->getGramajeComparador($datos, $searchStr);
$nonItem = new \stdClass;
$nonItem->text = '- ' . lang('Basic.global.None') . ' -';
array_unshift($menu, $nonItem);
}