Item Tax Types moved to Setup module
[fa-stable.git] / manufacturing / includes / db / work_order_issues_db.inc
index 0df0684652b2e1987858f2cc9f8c79f36dacc724..9fbbfb69c299e6e549fe0d3036ffdcb90c224c54 100644 (file)
@@ -58,7 +58,8 @@ function add_work_order_issue($woid, $ref, $to_work_order, $items, $location, $w
        if ($memo_)
                add_comments(28, $number, $date_, $memo_);
 
-       references::save_last($ref, 28);
+       references::save(28, $number, $ref);
+       add_audit_trail(28, $number, $date_);
 
        commit_transaction();
 }