Purchase order reference was not restored after last PO cancelation.
[fa-stable.git] / includes / ui / ui_view.inc
index f382fba595e74ce67c3f285c35ed130af1e977f3..9a9eb0932ed8988373c844462bed9c19c9a641d7 100644 (file)
@@ -358,7 +358,7 @@ function comments_display_row($type, $id)
                echo "<tr><td colspan=15>";
        while ($comment = db_fetch($comments))
        {
-               echo $comment["memo_"] . "<br>";
+               echo nl2br($comment["memo_"]) . "<br>";
        }
                echo "</td></tr>";
        }