Cleanup: removed all closing tags in php files.
[fa-stable.git] / inventory / includes / db / items_trans_db.inc
index cf72ee342f727b48b2b87f7f74a8a6c8f8b9457f..962f62becba7aa2033009917ae3439077ac7ef91 100644 (file)
@@ -91,4 +91,3 @@ function change_stock_moves_std_cost($stock_id, $date, $diff_cost)
        .       db_escape($stock_id)." AND tran_date <= '$date' AND qty <> 0 AND standard_cost > 0.001 AND type <> ".ST_LOCTRANSFER;
        db_query($sql,"The stock moves cost details for the inventory item could not be updated");
 }
-?>
\ No newline at end of file