X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fprices.php;h=fb323a470c1225fa281847315d48103a929b9dc7;hb=061f4eff6493a6cca071338156225401ae849d72;hp=a8c641bd0a85b6336af116f97895703c6a6b658a;hpb=e43afae15592be88fe3fda57db92068d5d85b8ab;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index a8c641bd..fb323a47 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; @@ -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(); //------------------------------------------------------------------------------------------------