Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Add spacing to customer note
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Add spacing to customer note

Add spacing to customer note 12 years, 3 months ago #27058

I've noticed the customer note label doesn't have spaces after it!

I modified the code with this patch:
--- helpers/invoicehtml.php_ORIG        2012-01-24 18:28:41.000000000 +0100
+++ helpers/invoicehtml.php 2012-01-24 18:27:01.000000000 +0100
@@ -293,7 +293,7 @@
if (isset($replacement))
{
if (isset($label))
- $replacement = '[TD]align:right;width:65%;'.$label.(!empty($label) ? ':' : '').'[/TD][TD]align:right;width:35%;'.$replacement.'[/TD]';
+ $replacement = '[TD]align:right;width:65%;'.$label.(!empty($label) ? ': ' : '').'[/TD][TD]align:right;width:35%;'.$replacement.'[/TD]';
 
$replacement = $openingTag.$replacement.$closingTag; //wrap to opening and closing tags (if they are set)
 
 
The topic has been locked.

Re: Add spacing to customer note 12 years, 3 months ago #27224

  • pama
  • OFFLINE
  • Posts: 489
Hello. New version of VM Invoice (released today) allows splitting captions and values. However, thanks for posting.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný