From 4f2f064955e7f25e0bb98190d0b3f5916d0f7da3 Mon Sep 17 00:00:00 2001
From: Ricardo Mancinas
Date: Sat, 15 Aug 2026 13:04:14 -0700
Subject: [PATCH] fix(web): OCR batch review returns to capture, not the policy
list
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
"Volver a pólizas" on /polizas/captura/[id] dropped the reviewer at
/polizas, so getting back to the batch queue meant navigating in again.
Points at /polizas/captura and reads "Volver a captura", matching the
statement review screen, which returns to /recibos.
Co-Authored-By: Claude Opus 5
---
apps/web/src/components/PolicyOcrReview.tsx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/apps/web/src/components/PolicyOcrReview.tsx b/apps/web/src/components/PolicyOcrReview.tsx
index 8015cfd..308c122 100644
--- a/apps/web/src/components/PolicyOcrReview.tsx
+++ b/apps/web/src/components/PolicyOcrReview.tsx
@@ -181,8 +181,11 @@ export function PolicyOcrReview({ id }: { id: string }) {
{STATUS_LABEL[batch.status] ?? batch.status}
-
- Volver a pólizas
+ {/* Back to the capture screen this batch was uploaded from, not to
+ the policy list — same as the statement review screen, which
+ returns to /recibos. */}
+
+ Volver a captura