Merge branch 'Carlos' of repositorio.acatlan.unam.mx:IO/front-AT into Develop

This commit is contained in:
2026-02-18 19:19:43 -06:00
5 changed files with 51 additions and 21 deletions
+5
View File
@@ -74,6 +74,11 @@ function Receipt({ numAcount }: ReceiptsProps) {
router.refresh();
} catch (err: any) {
toast.error(String(err));
Swal.fire({
title: "Tiket ya existente!",
icon: "error",
draggable: false
});
}
};