Added an extra parameter to db_export in maintenance_db.inc for new COAs
[fa-stable.git] / inventory / manage / items.php
index 0793bb38a82c9d630965215d01d2ead3c770e356..fad6fc54867f916dd6f915b5907e9e417f8112fa 100644 (file)
@@ -393,7 +393,7 @@ if (isset($_POST['NewStockID']) && file_exists(company_path().'/images/'
 {
  // 31/08/08 - rand() call is necessary here to avoid caching problems. Thanks to Peter D.
        $stock_img_link .= "<img id='item_img' alt = '[".$_POST['NewStockID'].".jpg".
-               "]' src='".company_path().'images/'.item_img_name($_POST['NewStockID']).
+               "]' src='".company_path().'/images/'.item_img_name($_POST['NewStockID']).
                ".jpg?nocache=".rand()."'"." height='$pic_height' border='0'>";
        $check_remove_image = true;
 }