dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [bug #18615] link wrong in commande_fournisseur.php


From: Franky Van Liedekerke
Subject: [Dolibarr-bugtrack] [bug #18615] link wrong in commande_fournisseur.php
Date: Thu, 28 Dec 2006 11:38:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)

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

                 Summary: link wrong in commande_fournisseur.php
                 Project: Dolibarr
            Submitted by: liedekef
            Submitted on: Thursday 28/12/06 at 11:38
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
        Operating System: None

    _______________________________________________________

Details:

version used: latest cvs

In the file htdocs/product/stats/commande_fournisseur.php, the link generated
to the order is wrong. Currently it is:

                    print '<td><a
href="'.DOL_URL_ROOT.'/commande/fiche.php?id='.$objp->commandeid.'">'.img_object($langs->trans("ShowOrder"),"order").'
';

while it should be:

                    print '<td><a
href="'.DOL_URL_ROOT.'/fourn/commande/fiche.php?id='.$objp->commandeid.'">'.img_object($langs->trans("ShowOrder"),"order").'
';

(the path /fourn/ was missing)

Franky




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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