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

FIX #0

parent a7c80afa
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,8 @@ else if(empty($_POST['values']) || !isset($_POST['action_id']) || empty($_POST['
}
$what .= ' : ';
}
$what .= $label_action.'('._NUM.$arr_res[$i].') ';
//$what .= $label_action.'('._NUM.$arr_res[$i].') ';
$what .= $label_action;
if(isset($res_action['history_msg']) && !empty($res_action['history_msg']))
{
$what .= $res_action['history_msg'];
......
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