funcion/devoluciones #28

Merged
rho merged 31 commits from funcion/devoluciones into master 2024-08-27 21:18:17 -03:00
Showing only changes of commit 05d13008fb - Show all commits

View file

@ -103,7 +103,7 @@ class SubpedidoController extends Controller
$valid = request()->validate([
'total' => 'required|min:0',
'notas' => 'required',
'notas' => 'min:1',
]);
$subpedido->syncDevoluciones($valid['total'], $valid['notas']);