Skip to content

Commit

Permalink
Signed-off-by: pubudu piyankara <[email protected]> (#10607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pubudu-Piyankara authored Feb 17, 2025
1 parent e44b87f commit 01da623
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/webapp/pharmacy/pharmacy_bill_retail_sale.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,12 @@
<phi:saleBill bill="#{pharmacySaleController.printBill}"></phi:saleBill>
</div>
</h:panelGroup>


<h:panelGroup id="gpBillWithItem" rendered="#{configOptionApplicationController.getBooleanValueByKey('Pharmacy Retail Sale Bill with Items is PosPaper',true)}">
<div style="page-break-inside: avoid;">
<phi:saleBill bill="#{pharmacySaleController.printBill}"></phi:saleBill>
</div>
</h:panelGroup>

<h:panelGroup id="gpBillPreviewDouble" rendered="#{configOptionApplicationController.getBooleanValueByKey('Pharmacy Retail Sale Bill is PosPaper(prabodha)',true)}">
<phi:saleBill_prabodha bill="#{pharmacySaleController.printBill}"></phi:saleBill_prabodha>
Expand Down

0 comments on commit 01da623

Please sign in to comment.