Skip to content
Snippets Groups Projects
Commit b316188b authored by srosse's avatar srosse
Browse files

OO-3101: authorized check box appears in PDF but the option is disabled

parent 80244001
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@ public class LecturesBlockPDFExport extends PdfDocument implements MediaResource
boxx += allColWidth;
}
{//authorised
if(authorizedAbsenceEnabled) {// authorized
float startBoxx = boxx + ((authorisedColWidth - boxWidth - (2 * cellMargin)) / 2);
drawLine(startBoxx, texty + offetSetYTop, startBoxx, texty - offetSetYBottom, 0.5f);
drawLine(startBoxx, texty - offetSetYBottom, startBoxx + boxWidth, texty - offetSetYBottom, 0.5f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment