This commit is contained in:
Lizandro Guarnizo
2026-01-28 23:38:21 -05:00
parent 861d507536
commit 622b99ecd5
50 changed files with 1646 additions and 19 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class ConfeccionRecepcionesTest extends TestCase
'cantidad_enviada' => 100,
]);
// Crear recepciones 40 y 40 con defectos en la segunda (10)
// Crear recepciones 40 y 40 con faltantes en la segunda (10)
Recepcion::create(['referencia_type' => Confeccion::class,'referencia_id' => $conf->id,'cantidad' => 40]);
Recepcion::create(['referencia_type' => Confeccion::class,'referencia_id' => $conf->id,'cantidad' => 40, 'prendas_defectuosas' => 10]);