Skip to content

Commit

Permalink
Fix: Missing br
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 8, 2011
1 parent 6a610e6 commit 6110ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/fourn/commande/fiche.php
Expand Up @@ -1341,6 +1341,8 @@

$object=$commande;

if ($somethingshown) print '<br>';

/*
* Linked object block
*/
Expand Down
2 changes: 2 additions & 0 deletions htdocs/fourn/facture/fiche.php
Expand Up @@ -1806,6 +1806,8 @@

$object=$fac;

if ($somethingshown) print '<br>';

/*
* Linked object block
*/
Expand Down

0 comments on commit 6110ec4

Please sign in to comment.