Skip to content
Snippets Groups Projects
Commit 724631e3 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evo: better name for validate business

parent 86e2b04f
No related branches found
No related tags found
No related merge requests found
...@@ -400,7 +400,7 @@ class Maarch_Core_Class_StatusControler ...@@ -400,7 +400,7 @@ class Maarch_Core_Class_StatusControler
public function getAllInfos() { public function getAllInfos() {
$db = new dbquery(); $db = new dbquery();
$db->connect(); $db->connect();
$query = "select * from " . STATUS_TABLE . " "; $query = "select * from " . STATUS_TABLE . " order by label_status";
try { try {
if ($_ENV['DEBUG']) if ($_ENV['DEBUG'])
echo $query . ' // '; echo $query . ' // ';
......
...@@ -256,9 +256,9 @@ An action page is described in a ACTIONPAGE tag : ...@@ -256,9 +256,9 @@ An action page is described in a ACTIONPAGE tag :
</COLLECTIONS> </COLLECTIONS>
</ACTIONPAGE> </ACTIONPAGE>
<ACTIONPAGE> <ACTIONPAGE>
<ID>validate_business</ID> <ID>qualify_business</ID>
<LABEL>_VALIDATE_QUALIF_BUSINESS</LABEL> <LABEL>_QUALIF_BUSINESS</LABEL>
<NAME>validate_business</NAME> <NAME>qualify_business</NAME>
<ORIGIN>apps</ORIGIN> <ORIGIN>apps</ORIGIN>
<MODULE></MODULE> <MODULE></MODULE>
<FLAG_CREATE>false</FLAG_CREATE> <FLAG_CREATE>false</FLAG_CREATE>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment