/[dolibarr]/dolibarr/htdocs/compta/commande/pre.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/commande/pre.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by eldy, Sat Jun 25 21:48:24 2005 UTC revision 1.4 by rodolphe, Mon Aug 1 12:48:33 2005 UTC
# Line 87  function llxHeader($head = "", $title="" Line 87  function llxHeader($head = "", $title=""
87      if ($conf->commande->enabled && $conf->facture->enabled)      if ($conf->commande->enabled && $conf->facture->enabled)
88      {      {
89        $langs->load("orders");        $langs->load("orders");
90        $menu->add(DOL_URL_ROOT."/compta/commande/liste.php?leftmenu=orders&status=3", $langs->trans("MenuOrdersToBill"));        $menu->add(DOL_URL_ROOT."/compta/commande/liste.php?leftmenu=orders&afacturer=1", $langs->trans("MenuOrdersToBill"));
91      }      }
92            
93    // Les dépenses    // Les dépenses

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26