Skip to content

Commit

Permalink
Signed-off-by: Piyankara N W M G P <[email protected]>
Browse files Browse the repository at this point in the history
closes Issue#6511
  • Loading branch information
Pubudu-Piyankara committed Jul 23, 2024
1 parent a3bbd8d commit 19e31a6
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 19e31a6

Please sign in to comment.