/[dolibarr]/dolibarr/htdocs/compta/facture.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/facture.php

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

revision 1.207 by eldy, Sat Sep 3 12:48:22 2005 UTC revision 1.208 by eldy, Sat Sep 3 13:24:49 2005 UTC
# Line 1403  else Line 1403  else
1403                  }                  }
1404    
1405                  // Récurrente                  // Récurrente
1406                  if (! defined("FACTURE_DISABLE_RECUR"))         // Possibilité de désactiver les factures récurrentes                  if (! defined("FACTURE_DISABLE_RECUR") || FACTURE_DISABLE_RECUR == 0)   // Possibilité de désactiver les factures récurrentes
1407                  {                  {
1408                      if ($fac->statut > 0)                      if ($fac->statut > 0)
1409                      {                      {

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

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