senaite / senaite.core

Enterprise Open Source Laboratory System (LIMS)
https://senaite.com
GNU General Public License v2.0
254 stars 145 forks source link

Fix default sticker template based on sample type is not rendered #2629

Closed xispa closed 1 week ago

xispa commented 1 week ago

Description of the issue/feature this PR addresses

This Pull Request fixes a wrong import that was causing the system to not render the default sticker template for a sample based on the assigned sample type.

Current behavior before PR

The sample-type based default sticker template is not rendered by default

Desired behavior after PR is merged

The sample-type based default sticker template is rendered by default

-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.