Fix cosmetic issue with invoice view template.
This commit is contained in:
parent
014f855c1e
commit
a7a76e9aee
@ -330,11 +330,11 @@
|
||||
title_service
|
||||
{/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">
|
||||
{translate module=invoice}
|
||||
title_affiliate
|
||||
{/translate}</font></a>
|
||||
{/translate}</font></a> |
|
||||
{/if}
|
||||
|
||||
<a href="#" onClick="hideAll();showMemos({$service.id});">
|
||||
@ -1228,4 +1228,4 @@
|
||||
showIFrame('iframeInvoice',getPageWidth(600),200,'?_page=invoice:refund&id='+invoice_id+'&_escape=1&amount='+amt);
|
||||
}
|
||||
</script>
|
||||
{/literal}
|
||||
{/literal}
|
||||
|
Reference in New Issue
Block a user