Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now...
[fa-stable.git] / admin / db / voiding_db.inc
index b90194ff04103e158c27b5a87a390ea61caeac14..1b74929c967be609de6e27bdb7aacf5b953d3d2a 100644 (file)
@@ -79,6 +79,7 @@ function void_transaction($type, $type_no, $date_, $memo_)
                        break;
 
                case systypes::cost_update() : // it's a stock cost update
+                       return false;
                        break;
        }