Uniformize page name.
This commit is contained in:
parent
0321ac19c9
commit
6b2c141083
@ -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").': ';
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user