Uniformize page name.

This commit is contained in:
Laurent Destailleur 2012-03-23 00:08:34 +01:00
parent 0321ac19c9
commit 6b2c141083
2 changed files with 4 additions and 4 deletions

View File

@ -338,14 +338,14 @@ foreach ($dirmodels as $reldir)
}
print '</td>';
$propale=new Propal($db);
$propale->initAsSpecimen();
$propal=new Propal($db);
$propal->initAsSpecimen();
// Info
$htmltooltip='';
$htmltooltip.=''.$langs->trans("Version").': <b>'.$module->getVersion().'</b><br>';
$facture->type=0;
$nextval=$module->getNextValue($mysoc,$propale);
$nextval=$module->getNextValue($mysoc,$propal);
if ("$nextval" != $langs->trans("NotAvailable")) // Keep " on nextval
{
$htmltooltip.=''.$langs->trans("NextValue").': ';

View File

@ -68,7 +68,7 @@ class modPropale extends DolibarrModules
// Dependancies
$this->depends = array("modSociete");
$this->requiredby = array();
$this->config_page_url = array("propale.php");
$this->config_page_url = array("propal.php");
$this->langfiles = array("propal","bills","companies","deliveries","products");
// Constants