Cleanup in document footer text.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 18 Jun 2011 13:27:20 +0000 (15:27 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 18 Jun 2011 13:27:20 +0000 (15:27 +0200)
reporting/includes/doctext.inc

index bd8a29bcae4f76857994eedb365a67d5c4513adb..4d92c66444e3c941d5bb5b76b1ea3eca71bf1a92 100644 (file)
@@ -30,7 +30,7 @@
                _("Unit"), _("Price"), _("Discount %"), _("Total"));
 
        // for links use 'text' => 'url'
-       $Footer[0] = _("All amounts stated in") . @$this->formData['curr_code'];
+       $Footer[0] = _("All amounts stated in") . " - " . @$this->formData['curr_code'];
 
        switch ($this->formData['doctype'])
        {
@@ -88,7 +88,7 @@
                case ST_CUSTCREDIT:
                        $this->title = _("CREDIT NOTE");
                        $this->formData['document_name'] =_("Credit No.");
-                       $Footer[0] = _("Please quote Credit no. when paying. All amounts stated in") . $this->formData['curr_code'];
+                       $Footer[0] = _("Please quote Credit no. when paying. All amounts stated in") . " - " . $this->formData['curr_code'];
 
                        $aux_info = array(
                                _("Customers Reference") => @$this->formData["customer_ref"],
                        $this->title = _("INVOICE");
                        $this->formData['document_name'] =_("Invoice No.");
                        $this->formData['domicile'] = $this->company['domicile'];
-                       $Footer[0] = _("Please quote Invoice no. when paying. All amounts stated in"). $this->formData['curr_code'];
+                       $Footer[0] = _("Please quote Invoice no. when paying. All amounts stated in"). " - " . $this->formData['curr_code'];
 
                        $deliveries = get_sales_parent_numbers(ST_SALESINVOICE, $this->formData['trans_no']);
                        if ($print_invoice_no == 0)