Update Journal Entry SQL query fixed. Strange that it passed the MySql server!
[fa-stable.git] / inventory / includes / db / items_units_db.inc
index ec6b8f5ff2729267e41785ff6f4c96841fac0abc..e1841f1cd8508a2fc8e1ae031639e5bd86fcae1f 100644 (file)
@@ -64,7 +64,7 @@ function get_all_item_units($all=false) {
        $sql .= " ORDER BY name";
     return  db_query($sql, "could not get stock categories");
 }
-// 2008-06-15. Added Joe Hunt to get a measure of unit by given stock_id
+// 2008-06-15. Added to get a measure of unit by given stock_id
 function get_unit_dec($stock_id)
 {
        $sql = "SELECT decimals FROM ".TB_PREF."item_units,     ".TB_PREF."stock_master