/[dolibarr]/dolibarr/htdocs/includes/modules/propale/modules_propale.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/propale/modules_propale.php

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

revision 1.17 by eldy, Sat Sep 3 15:14:34 2005 UTC revision 1.18 by eldy, Fri Nov 11 20:11:58 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4   *   *
5   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
6   * 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 19  Line 19 
19   *   *
20   * $Id$   * $Id$
21   * $Source$   * $Source$
  *  
22   */   */
23    
24  /**          /**        
# Line 119  class ModeleNumRefPropales Line 118  class ModeleNumRefPropales
118          return true;          return true;
119      }      }
120    
121        /**     \brief      Renvoi prochaine valeur attribuée
122         *      \return     string      Valeur
123         */
124        function getNextValue()
125        {
126            global $langs;
127            return $langs->trans("NotAvailable");
128        }
129        
130  }  }
131    
132    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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