Fix error in card printing
This commit is contained in:
parent
402cbf8c83
commit
a59217db41
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue