Improved layout
[fa-stable.git] / inventory / prices.php
index 15a70ae7a670ac92d3fd4d1c76b4f666e6ad7b72..fb323a470c1225fa281847315d48103a929b9dc7 100644 (file)
@@ -152,7 +152,7 @@ while ($myrow = db_fetch($prices_list))
 end_table();
 if (db_num_rows($prices_list) == 0)
 {
-       display_note(_("There are no prices set up for this part."));
+       display_note(_("There are no prices set up for this part."), 1);
 }
 div_end();
 //------------------------------------------------------------------------------------------------