/[dolibarr]/dolibarr/htdocs/compta/facture/fiche-rec.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/facture/fiche-rec.php

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

revision 1.26 by eldy, Sun Jul 10 17:46:04 2005 UTC revision 1.27 by rodolphe, Sat Jul 30 09:32:35 2005 UTC
# Line 74  if ($_POST["action"] == 'add') Line 74  if ($_POST["action"] == 'add')
74  }  }
75    
76  // Suppression  // Suppression
77  if ($_POST["action"] == 'delete' && $user->rights->facture->supprimer)  if ($_REQUEST["action"] == 'delete' && $user->rights->facture->supprimer)
78  {  {
79      $fac = new FactureRec($db);    $fac = new FactureRec($db);
80      $fac->delete($facid);    $fac->delete($_REQUEST["facid"]);
81      $facid = 0 ;    $facid = 0 ;
82  }  }
83    
   
84  /*  /*
85   *   *
86   */   */

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