dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #18267] No translation of paiement type in rapp


From: Eryk
Subject: [Dolibarr-bugtrack] [bug #18267] No translation of paiement type in rapport
Date: Sun, 12 Nov 2006 13:16:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8

URL:
  <http://savannah.nongnu.org/bugs/?18267>

                 Summary: No translation of paiement type in rapport
                 Project: Dolibarr
            Submitted by: eryk
            Submitted on: Sunday 11/12/2006 at 13:16
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: None
        Operating System: None

    _______________________________________________________

Details:

In includes\modules\rapport\pdf_paiement.class.php
line 192 change from:
$sql .= ", c.libelle as paiement_type, p.num_paiement";
to:
$sql .= ", c.code as paiement_code, p.num_paiement";

and line 220 from:
$lines[$i][2] = $objp->paiement_type ;
to:
$lines[$i][2] = $langs->trans("PaymentTypeShort".$objp->paiement_code);

Regards,

Eryk



-------------
Version: 2.1-alpha
Server: Apache
Url: /dolibarr-cvs/htdocs/compta/paiement/rapport.php?year=2006







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?18267>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]