Skip to content

Commit

Permalink
Closes #5391
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhika75 committed May 26, 2024
1 parent 8aee326 commit 69ade01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<persistence version="2.2" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd">
<persistence-unit name="hmisPU" transaction-type="JTA">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<jta-data-source>jdbc/arogya</jta-data-source>
<jta-data-source>jdbc/sethmagc</jta-data-source>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
<property name="eclipselink.logging.level.sql" value="SEVERE"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@
</tr>
<h:panelGroup rendered="#{cc.attrs.bill.margin > 0? 'false':'true'}">
<ui:repeat value="#{cc.attrs.bill.billItems}" var="bip" >

<h:panelGroup rendered="#{bip.item.printFeesForBills}">
<h:panelGroup rendered="#{not bip.item.printFeesForBills}">
<tr>
<td style="overflow: visible;">
<div class="d-flex justify-content-between">
Expand Down Expand Up @@ -304,6 +303,7 @@
</h:panelGroup>

<h:panelGroup rendered="#{cc.attrs.bill.margin ne 0.0}">

<ui:repeat value="#{cc.attrs.bill.billItems}" var="bip" >
<tr>
<td style="overflow: visible;">
Expand Down

0 comments on commit 69ade01

Please sign in to comment.