Fixed Briefing view in POS

This commit is contained in:
gitea 2025-04-03 19:31:13 +00:00
parent 8a6d72fb19
commit fb4c58e021

View File

@ -10,7 +10,7 @@
<span class='detail client-details-vvow_briefing_error'></span> <span class='detail client-details-vvow_briefing_error'></span>
</t> </t>
<t t-if="machine.has_access"> <t t-if="machine.has_access">
<span class='detail client-details-vvow_briefing'></span> <span class='detail client-details-vvow_briefing'></span>
</t> </t>
<span class='briefinglabel'><t t-esc="machine.name" /></span> <span class='briefinglabel'><t t-esc="machine.name" /></span>
</div> </div>