Old ineffective sql_trail superseded by new improved db_trail logging only calls...
[fa-stable.git] / purchasing / allocations / supplier_allocate.php
index d26ed61bf796ce02c4e51dbf09c0f11c22ea8bd1..10942e7affc529f4c8d4b7a29bcd85f4f5c1a72f 100644 (file)
@@ -92,7 +92,7 @@ if (isset($_POST['Process']))
 {
        if (check_allocations())
        {
-               $_SESSION['alloc']->write();
+               write_supp_allocation($_SESSION['alloc']);
                clear_allocations();
                $_POST['Cancel'] = 1;
        }