All *_list() functions now does not display html directly - added echo when needed.
[fa-stable.git] / purchasing / includes / ui / po_ui.inc
index 9c1f667a82b899a692e650fbcf1c8a776889947a..dcc5f0583bb239c6796322012802f983ac3b9c3f 100644 (file)
@@ -119,7 +119,7 @@ function display_po_header(&$order)
 
        echo "<tr><td>" . _("Receive Into:") . "</td>";
        echo "<td>";
-    locations_list('StkLocation', null, false, true);
+    echo locations_list('StkLocation', null, false, true);
        echo "</td></tr>";
 
        table_section(3);