Skip to content

Commit

Permalink
Signed-off-by: DamithDeshan <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
DamithDeshan committed Mar 2, 2025
1 parent 3825331 commit 405b619
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/webapp/lab/generate_barcode_p.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,13 @@
</h:panelGroup>
</div>
</div>
<div class="patient-info">
<h:panelGroup rendered="#{configOptionApplicationController.getBooleanValueByKey('Print Bill No in Sample Stickers', true)}">
<span class="sample-id">
#{psc.patientSample.bill.deptId}&nbsp;&nbsp;
</span>
</h:panelGroup>
</div>
</h:panelGroup>

<p:badge
Expand Down

0 comments on commit 405b619

Please sign in to comment.