/[dolibarr]/dolibarr/htdocs/product/stock/product.php
ViewVC logotype

Diff of /dolibarr/htdocs/product/stock/product.php

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

revision 1.26 by simontosser, Wed Aug 24 11:38:23 2005 UTC revision 1.27 by simontosser, Wed Aug 24 11:47:07 2005 UTC
# Line 2  Line 2 
2  /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4   * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>   * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
5     * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
6   *   *
7   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
8   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 194  if ($_GET["id"]) Line 195  if ($_GET["id"])
195          if ($product->type == 0 && $conf->stock->enabled)          if ($product->type == 0 && $conf->stock->enabled)
196          {          {
197              print '<tr><td><a              print '<tr><td><a
198  href="DOL_URL_ROOT."/product/stock/product.php?id='.$product->id.'">'.$langs->trans("Stock").'</a></td>';  href=".DOL_URL_ROOT."/product/stock/product.php?id='.$product->id.'">'.$langs->trans("Stock").'</a></td>';
199              if ($product->no_stock)              if ($product->no_stock)
200              {              {
201                  print "<td>Pas de définition de stock pour ce produit";                  print "<td>Pas de définition de stock pour ce produit";

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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