diff --git a/application/helpers/table_helper.php b/application/helpers/table_helper.php
index 8384087b3..9e8135bd7 100644
--- a/application/helpers/table_helper.php
+++ b/application/helpers/table_helper.php
@@ -219,7 +219,7 @@ function get_supplier_data_row($supplier, $controller)
'messages' => empty($supplier->phone_number) ? '' : anchor("Messages/view/$supplier->person_id", '',
array('class'=>"modal-dlg", 'data-btn-submit' => $CI->lang->line('common_submit'), 'title'=>$CI->lang->line('messages_sms_send'))),
'edit' => anchor($controller_name."/view/$supplier->person_id", '',
- array('class'=>"modal-dlg", 'data-btn-submit' => $CI->lang->line('common_submit'), 'title'=>$CI->lang->line($controller_name.'_update'))
+ array('class'=>"modal-dlg", 'data-btn-submit' => $CI->lang->line('common_submit'), 'title'=>$CI->lang->line($controller_name.'_update')))
);
}