Cambios menores en seeder

This commit is contained in:
2026-04-20 23:54:00 -03:00
parent f4b1579d13
commit 753a1318c4
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -77,7 +77,5 @@ class DatabaseSeeder extends Seeder
'problem_description' => 'Service completo y ajuste de cambios', 'problem_description' => 'Service completo y ajuste de cambios',
'status' => 'pending' 'status' => 'pending'
]); ]);
$this->call(ProductSeeder::class);
} }
} }
@@ -81,5 +81,6 @@ class ProductosInicialesSeeder extends Seeder
} }
$this->command->info('¡Productos y proveedor insertados correctamente!'); $this->command->info('¡Productos y proveedor insertados correctamente!');
} }
} }
+1 -1
View File
@@ -137,7 +137,7 @@
</div> </div>
<div class="flex items-center justify-between px-4 py-3 bg-gray-200 dark:bg-neutral-900 border border-gray-400 dark:border-neutral-800 rounded-lg"> <div class="flex items-center justify-between px-4 py-3 bg-gray-200 dark:bg-neutral-900 border border-gray-400 dark:border-neutral-800 rounded-lg">
<div class="text-sm text-gray-700 dark:text-gray-400 font-semibold" id="pagination-info"> <div class="text-sm text-gray-700 dark:text-gray-400 font-semibold mx-2" id="pagination-info">
Cargando productos... Cargando productos...
</div> </div>
<div class="flex gap-2"> <div class="flex gap-2">