dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [bug #18268] No translation for paiement type in lis


From: Eryk
Subject: [Dolibarr-bugtrack] [bug #18268] No translation for paiement type in listings
Date: Sun, 12 Nov 2006 13:24:33 +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/?18268>

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

    _______________________________________________________

Details:

In compta\paiement\liste.php change
line 65 from:
$sql.= " c.libelle as paiement_type,";
to:
$sql.= " c.code as paiement_code,";

and
line 91 from:
$sql.= " c.libelle as paiement_type";
to:
$sql.= " c.code as paiement_code";

and
line 148 from:
print '<td>'.$objp->paiement_type.' '.$objp->num_paiement.'</td>';
to:
print '<td>'.$langs->trans("PaymentTypeShort".$objp->paiement_code).'
'.$objp->num_paiement.'</td>';

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/?18268>

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





reply via email to

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