[-] TR : Minor changes
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
|
||||
{if $order_invoice->getRestPaid()}
|
||||
<tr style="line-height:5px;color:red;">
|
||||
<td style="text-align: right; font-weight: bold">{l s='Total rest paid' pdf='true'}</td>
|
||||
<td style="text-align: right; font-weight: bold">{l s='Remaining Amount Due' pdf='true'}</td>
|
||||
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
|
||||
{if $order_invoice->getRestPaid() > 0}
|
||||
<tr style="line-height:5px;color:red;">
|
||||
<td style="text-align: right; font-weight: bold">{l s='Total rest paid' pdf='true'}</td>
|
||||
<td style="text-align: right; font-weight: bold">{l s='Remaining Amount Due' pdf='true'}</td>
|
||||
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<td style="width: 80%; text-align: right">
|
||||
<table style="width: 100%">
|
||||
<tr style="line-height:6px;">
|
||||
<td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 10px; font-weight: bold; width: 60%">{l s='ITEMS MARKED AS RETURNED' pdf='true'}</td>
|
||||
<td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 10px; font-weight: bold; width: 60%">{l s='ITEMS TO BE RETURNED' pdf='true'}</td>
|
||||
<td style="background-color: #4D4D4D; color: #FFF; text-align: left; font-weight: bold; width: 20%">{l s='REFERENCE' pdf='true'}</td>
|
||||
<td style="background-color: #4D4D4D; color: #FFF; text-align: center; font-weight: bold; width: 20%">{l s='QTY' pdf='true'}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user