Fix html id 'tablelines' exist twice

This commit is contained in:
phf 2017-05-15 15:05:42 +02:00
parent 1d0e9b0a59
commit f10b77f190

View File

@ -3811,7 +3811,7 @@ else if ($id > 0 || ! empty($ref))
print '<input type="hidden" name="action" value="updatealllines" />';
print '<input type="hidden" name="id" value="' . $object->id . '" />';
print '<table id="tablelines" class="noborder noshadow" width="100%">';
print '<table id="tablelines_all_progress" class="noborder noshadow" width="100%">';
print '<tr class="liste_titre nodrag nodrop">';
if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {