! -> Note
$ -> Affected files
+25-Feb-2009 Joe Hunt
+! Improved layout
+$ /inventory/prices.php
+ /inventory/reorder_level.php
+ /inventory/inquiry/stock_status.php
+
24-Feb-2009 Janusz Dobrowolski
# Cleaning startup code
$ /index.php
$mb_flag = get_mb_flag($_POST['stock_id']);
$kitset_or_service = false;
+div_start('status_tbl');
if (is_service($mb_flag))
{
- display_note(_("This is a service and cannot have a stock holding, only the total quantity on outstanding sales orders is shown."));
+ display_note(_("This is a service and cannot have a stock holding, only the total quantity on outstanding sales orders is shown."), 0, 1);
$kitset_or_service = true;
}
$loc_details = get_loc_details($_POST['stock_id']);
-div_start('status_tbl');
start_table($table_style);
if ($kitset_or_service == true)
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();
//------------------------------------------------------------------------------------------------