rename method

This commit is contained in:
Frédéric France
2024-01-18 18:55:53 +01:00
parent e87362a9ad
commit b3bcdeafe5
18 changed files with 19 additions and 55 deletions

View File

@@ -4062,15 +4062,13 @@ class Commande extends CommonOrder
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Load the indicators this->nb for the state board
*
* @return int Return integer <0 if KO, >0 if OK
*/
public function load_state_board()
public function loadStateBoard()
{
// phpcs:enable
global $user;
$this->nb = array();