Commit 2bee0159ceece89a016965112638281727d4eac3

Authored by Etienne Pallier
1 parent 4e1ed265
Exists in master and in 1 other branch dev

bugfix debug msg

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Template/Materiels/index.ctp
... ... @@ -171,7 +171,7 @@ $displayStatusButtons = function($SELECTED_STATUS, $params, $nbMateriels, $html)
171 171 } else $b_all = $SELECTED;
172 172  
173 173  
174   - debug($params);
  174 + //debug($params);
175 175 /*
176 176 * Affichage des boutons de filtrage par statut (en haut de la page)
177 177 */
... ...