Fix error in card printing

This commit is contained in:
Matt Young 2025-11-06 17:22:40 -06:00
parent 402cbf8c83
commit a59217db41
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class QuarterPageCards implements PrintCards
$this->pdf->Cell(4.5, .25, $entry->audition->room->name); $this->pdf->Cell(4.5, .25, $entry->audition->room->name);
} }
if (auditionSetting('advanceTo')) { if (auditionSetting('advanceTo')) {
$as = false;
$this->pdf->setXY($xLoc, $yLoc - 1); $this->pdf->setXY($xLoc, $yLoc - 1);
$auditioningFor = 'Auditioning for: '; $auditioningFor = 'Auditioning for: ';
if ($entry->for_seating) { if ($entry->for_seating) {