Skip to content

Commit

Permalink
Merge pull request #6512 from hmislk/Issue#6511
Browse files Browse the repository at this point in the history
Issue#6511 Closed #6511
  • Loading branch information
DeshaniPubudu authored Jul 25, 2024
2 parents b9935f8 + 19e31a6 commit ab38b36
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<h:outputLabel value="ITEM" styleClass="itemHeadings" ></h:outputLabel>
</td>

<td style="text-align: right;">
<td style="text-align: right; padding-right: 30px;">
<h:outputLabel value="VALUE" styleClass="itemHeadings" ></h:outputLabel>
</td>
</tr>
Expand All @@ -297,7 +297,7 @@
<h:outputLabel value="#{bip.item.printName}" styleClass="itemsBlock" style="text-transform: capitalize!important;" >
</h:outputLabel>
</td>
<td styleClass="itemsBlockRight" style="text-align: right;" colspan="2">
<td styleClass="itemsBlockRight" style="text-align: right; padding-right: 30px;" colspan="2">
<h:outputLabel value="#{bip.grossValue}" >
<f:convertNumber pattern="#,##0.00" />
</h:outputLabel>
Expand All @@ -322,7 +322,7 @@

<div >

<table style="width: 100%; margin-left:0.5cm; ">
<table width="100%" style="width: 90%; margin-left:0.5cm; ">


<h:panelGroup rendered="#{cc.attrs.billController.batchBill.balance gt 4.0 }" >
Expand Down

0 comments on commit ab38b36

Please sign in to comment.