Fix cosmetic issue with invoice view template.
This commit is contained in:
parent
014f855c1e
commit
a7a76e9aee
@ -330,11 +330,11 @@
|
|||||||
title_service
|
title_service
|
||||||
{/translate}</font></a> |
|
{/translate}</font></a> |
|
||||||
|
|
||||||
{if $list->is_installed("affiliate") } |
|
{if $list->is_installed("affiliate") }
|
||||||
<a href="#" onClick="hideAll();document.getElementById('affiliate').style.display='block';"> <font color="#FFFFFF">
|
<a href="#" onClick="hideAll();document.getElementById('affiliate').style.display='block';"> <font color="#FFFFFF">
|
||||||
{translate module=invoice}
|
{translate module=invoice}
|
||||||
title_affiliate
|
title_affiliate
|
||||||
{/translate}</font></a>
|
{/translate}</font></a> |
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<a href="#" onClick="hideAll();showMemos({$service.id});">
|
<a href="#" onClick="hideAll();showMemos({$service.id});">
|
||||||
|
Reference in New Issue
Block a user