From a59217db415da22bfeb852eccbd9a849698ade00 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 6 Nov 2025 17:22:40 -0600 Subject: [PATCH] Fix error in card printing --- app/Actions/Print/QuarterPageCards.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Actions/Print/QuarterPageCards.php b/app/Actions/Print/QuarterPageCards.php index 7e2db33..aca6503 100644 --- a/app/Actions/Print/QuarterPageCards.php +++ b/app/Actions/Print/QuarterPageCards.php @@ -74,6 +74,7 @@ class QuarterPageCards implements PrintCards $this->pdf->Cell(4.5, .25, $entry->audition->room->name); } if (auditionSetting('advanceTo')) { + $as = false; $this->pdf->setXY($xLoc, $yLoc - 1); $auditioningFor = 'Auditioning for: '; if ($entry->for_seating) {