Skip to content

Commit

Permalink
CIWEMB-532: Fix validation error in quotation invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
olayiwola-compucorp committed Oct 19, 2023
1 parent 96fe4ff commit e0b3ad8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div style="padding-top:25px;margin-right:50px;border-style: none; font-family: Arial, Verdana, sans-serif;">
<table style="margin-top:5px;padding-bottom:5px; width:100%;" cellpadding="5" cellspacing="0">
<tr>
<td style="text-align:right;"><img src="{$domain_logo}" style="width: width: auto; max-height: 120px;"></td>
<td style="text-align:right;"><img src="{$domain_logo}" style="width: auto; max-height: 120px;"></td>
</tr>
</table>

Expand Down Expand Up @@ -118,7 +118,7 @@
{/foreach}
<tr>
<td colspan="2" style="border: none;"></td>
<td colspan="3" style="border: none;"><hr></hr></td>
<td colspan="3" style="border: none;"><hr /></td>
</tr>
<tr>
<td colspan="2" style="border: none;"></td>
Expand Down Expand Up @@ -148,7 +148,7 @@
{if !empty($credit_note.refund_allocations)}
<tr>
<td colspan="2" style="border: none;"></td>
<td colspan="3" style="border: none;"><hr></hr></td>
<td colspan="3" style="border: none;"><hr /></td>
</tr>
{foreach from=$credit_note.refund_allocations item=allocation}
<tr>
Expand All @@ -169,7 +169,7 @@
{if !empty($credit_note.invoice_allocations) || !empty($credit_note.refund_allocations) }
<tr>
<td colspan="2" style="border: none;"></td>
<td colspan="3" style="border: none;"><hr></hr></td>
<td colspan="3" style="border: none;"><hr /></td>
</tr>
<tr>
<td colspan="2" style="border: none;"></td>
Expand Down Expand Up @@ -207,7 +207,7 @@
</tr>
<tr>
<td colspan="4" style="border: none;"></td>
<td colspan="2" style="border: none;"><hr></hr></td>
<td colspan="2" style="border: none;"><hr /></td>
</tr>
<tr>
<td colspan="4" style="border: none;"></td>
Expand Down

0 comments on commit e0b3ad8

Please sign in to comment.