Uniformize page name.
This commit is contained in:
parent
0321ac19c9
commit
6b2c141083
@ -338,14 +338,14 @@ foreach ($dirmodels as $reldir)
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
$propale=new Propal($db);
|
$propal=new Propal($db);
|
||||||
$propale->initAsSpecimen();
|
$propal->initAsSpecimen();
|
||||||
|
|
||||||
// Info
|
// Info
|
||||||
$htmltooltip='';
|
$htmltooltip='';
|
||||||
$htmltooltip.=''.$langs->trans("Version").': <b>'.$module->getVersion().'</b><br>';
|
$htmltooltip.=''.$langs->trans("Version").': <b>'.$module->getVersion().'</b><br>';
|
||||||
$facture->type=0;
|
$facture->type=0;
|
||||||
$nextval=$module->getNextValue($mysoc,$propale);
|
$nextval=$module->getNextValue($mysoc,$propal);
|
||||||
if ("$nextval" != $langs->trans("NotAvailable")) // Keep " on nextval
|
if ("$nextval" != $langs->trans("NotAvailable")) // Keep " on nextval
|
||||||
{
|
{
|
||||||
$htmltooltip.=''.$langs->trans("NextValue").': ';
|
$htmltooltip.=''.$langs->trans("NextValue").': ';
|
||||||
@ -68,7 +68,7 @@ class modPropale extends DolibarrModules
|
|||||||
// Dependancies
|
// Dependancies
|
||||||
$this->depends = array("modSociete");
|
$this->depends = array("modSociete");
|
||||||
$this->requiredby = array();
|
$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");
|
$this->langfiles = array("propal","bills","companies","deliveries","products");
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user