Skip to content

Commit

Permalink
html fix : missing </tr>.
Browse files Browse the repository at this point in the history
  • Loading branch information
netfab committed Jun 11, 2014
1 parent ae0116a commit 2fed26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,7 @@ English Dolibarr ChangeLog
--------------------------------------------------------------

***** ChangeLog for 3.5.4 compared to 3.5.3 *****
Fix: [ bug #1445 ] html fix : missing </tr>
Fix: [ bug #1415 ] Intervention document model name and suppliers model names is not shown
properly in module configuration
Fix: [ bug #1416 ] Supplier order does not list document models in the select box of the
Expand Down
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/fiche.php
Expand Up @@ -1164,7 +1164,7 @@
{
print $form->select_company((empty($_GET['socid'])?'':$_GET['socid']),'socid','s.fournisseur = 1',1);
}
print '</td>';
print '</td></tr>';

// Ref supplier
print '<tr><td class="fieldrequired">'.$langs->trans('RefSupplier').'</td><td><input name="ref_supplier" value="'.(isset($_POST['ref_supplier'])?$_POST['ref_supplier']:$fac_ori->ref).'" type="text"></td>';
Expand Down

0 comments on commit 2fed26d

Please sign in to comment.