añadido calculo de formas rot y merma automatica para rot

This commit is contained in:
2023-12-28 12:43:23 +01:00
parent 101b6508de
commit 98b416cedc
18 changed files with 521 additions and 17 deletions

View File

@ -19,7 +19,8 @@ class Test extends BaseController
{
echo '<pre>';
$this->testLineasIntRotativa();
$model = model('App\Models\Configuracion\TipoPresupuestoModel');
var_dump($model->get_isCosido(25));
echo '</pre>';
}