trabajando en servicios encuadernacion

This commit is contained in:
2023-11-20 21:11:20 +01:00
parent d7fda0e8db
commit 58af5bf90f
12 changed files with 114 additions and 1318 deletions

View File

@ -211,7 +211,7 @@ class PresupuestoModel extends \App\Models\GoBaseModel
protected $validationRulesAdd = [
"autor" => [
"label" => "Presupuestos.autor",
"rules" => "trim|required|max_length[150]",
"rules" => "trim|max_length[150]",
],
"titulo" => [
"label" => "Presupuestos.titulo",