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

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

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

revision 1.65 by eldy, Sat Sep 3 15:11:03 2005 UTC revision 1.66 by ccomb, Tue Sep 6 12:09:05 2005 UTC
# Line 548  else Line 548  else
548                  print '</td><td colspan="2">';                  print '</td><td colspan="2">';
549                  if ($_GET["action"] == "classer")                  if ($_GET["action"] == "classer")
550                  {                  {
551                      $html->form_project($_SERVER["PHP_SELF"]."?id=$commande->id",$commande->fk_soc,$commande->projetid,"projetid");                      $html->form_project($_SERVER["PHP_SELF"]."?id=$commande->id",$commande->soc_id,$commande->projet_id,"projetid");
552                  }                  }
553                  else                  else
554                  {                  {
555                      $html->form_project($_SERVER["PHP_SELF"]."?id=$commande->id",$commande->fk_soc,$commande->projetid,"none");                      $html->form_project($_SERVER["PHP_SELF"]."?id=$commande->id",$commande->soc_id,$commande->projet_id,"none");
556                  }                  }
557                  print "</td>";                  print "</td>";
558              } else {              } else {

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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