Skip to content

Wrong storage path with DNS1D::getBarcodePNGPath #181

@InfoO2

Description

@InfoO2

I think the code missing a backslash, example storage path from barcode:

Code:
DNS1D::getBarcodePNGPath(strval($row->id), 'C39', 2.5, 70);
Storage path:
\storage\studentqr14980758.png

It is right for qrcode:
DNS2D::getBarcodePNGPath(strval($row->id), 'QRCODE', 20, 20);
Path:
\storage\studentqr\14980886qrcode.png

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions