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) {