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

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

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

revision 1.103 by eldy, Tue Sep 27 22:19:00 2005 UTC revision 1.104 by eldy, Thu Sep 29 20:19:04 2005 UTC
# Line 101  if ($_POST["action"] == 'update' && Line 101  if ($_POST["action"] == 'update' &&
101    if ($product->fetch($_POST["id"]))    if ($product->fetch($_POST["id"]))
102      {      {
103        $product->ref                = $_POST["ref"];        $product->ref                = $_POST["ref"];
104          $product->libelle            = $_POST["libelle"];
105        $product->price              = $_POST["price"];        $product->price              = $_POST["price"];
106        $product->tva_tx             = $_POST["tva_tx"];        $product->tva_tx             = $_POST["tva_tx"];
107        $product->description        = $_POST["desc"];        $product->description        = $_POST["desc"];

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

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