replace html code by html5 in reception

This commit is contained in:
Frédéric FRANCE
2019-02-23 21:47:04 +01:00
parent 8b090c165e
commit 0ca5e6e275
6 changed files with 89 additions and 89 deletions

View File

@@ -160,7 +160,7 @@ if ($resql)
print '<td>';
print $companystatic->getNomUrl(1, 'customer', 32);
print '</td>';
print '<td align="right">';
print '<td class="right">';
print $orderstatic->getLibStatut(3);
print '</td>';
print '</tr>';
@@ -219,7 +219,7 @@ if ( $resql )
print '<td>';
print $companystatic->getNomUrl(1, 'customer');
print '</td>';
print '<td align="right">';
print '<td class="right">';
print $orderstatic->getLibStatut(3);
print '</td>';
print '</tr>';