From 6b2c141083ad7473d489b1a290bd1d59421e2ad7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Mar 2012 00:08:34 +0100 Subject: [PATCH] Uniformize page name. --- htdocs/admin/{propale.php => propal.php} | 6 +++--- htdocs/core/modules/modPropale.class.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename htdocs/admin/{propale.php => propal.php} (99%) diff --git a/htdocs/admin/propale.php b/htdocs/admin/propal.php similarity index 99% rename from htdocs/admin/propale.php rename to htdocs/admin/propal.php index 7b2ac6b9093..10ebb20ebb8 100644 --- a/htdocs/admin/propale.php +++ b/htdocs/admin/propal.php @@ -338,14 +338,14 @@ foreach ($dirmodels as $reldir) } print ''; - $propale=new Propal($db); - $propale->initAsSpecimen(); + $propal=new Propal($db); + $propal->initAsSpecimen(); // Info $htmltooltip=''; $htmltooltip.=''.$langs->trans("Version").': '.$module->getVersion().'
'; $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").': '; diff --git a/htdocs/core/modules/modPropale.class.php b/htdocs/core/modules/modPropale.class.php index 4d90489d4cc..875f9e5223f 100644 --- a/htdocs/core/modules/modPropale.class.php +++ b/htdocs/core/modules/modPropale.class.php @@ -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