Switch to new access levels system
[fa-stable.git] / admin / db / voiding_db.inc
index fafac43051a38b3ded47f04514dd9b404c166690..1447bd9b2b1c8d2e074f466a17867ee14331a178 100644 (file)
@@ -101,8 +101,8 @@ function void_transaction($type, $type_no, $date_, $memo_)
        }
 
        // only add an entry if it's actually been voided
+       add_audit_trail($type, $type_no, $date_, _("Voided.")."\n".$memo_);
        add_voided_entry($type, $type_no, $date_, $memo_);
-
        return true;
 }